Color Hex Logo

#6e890f Color Hex

#6E890F
(110,137,15)
0 Favorites   0 Comments

Color spaces of #6e890f

RGB 11013715
HSL0.200.800.30
HSV73°89°54°
CMYK 0.200.000.89   0.46
XYZ15.462321.24083.7369
Yxy21.24080.38240.5252
Hunter Lab46.0877-20.767327.4541
CIE-Lab53.2120-25.378554.3360

#6e890f color RGB value is (110,137,15).

#6e890f hex color red value is 110, green value is 137 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #6e890f hue: 0.20 , saturation: 0.80 and the lightness value of 6e890f is 0.30.

The process color (four color CMYK) of #6e890f color hex is 0.20, 0.00, 0.89, 0.46. Web safe color of #6e890f is #669900. Color #6e890f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10001001 00001111
Octal 156 211 17
Decimal 110 137 15
Hex 6E 89 F

RGB Percentages of Color #6e890f

%41.98
%52.29
%5.73

CMYK Percentages of Color #6e890f

%20
%0
%89
%46

Triadic Colors of #6e890f

#6e890f #0f6e89 #890f6e

Analogous Colors of #6e890f

#6e890f #31890f #89670f

Monochromatic Colors of #6e890f

#6e890f

Complementary Color

#6e890f #2a0f89

#6e890f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e890f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e890f Color CSS Codes

.mybgcolor {background-color:#6e890f; } 
.myforecolor {color:#6e890f; }
.mybordercolor {border:3px solid #6e890f; }

#6e890f Text Font Color

<p style="color:#6e890f">Text here</p>

This sample text font color is #6e890f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6e890f Background Color

<div style="background-color:#6e890f">
Div content here</div>

This div background color is #6e890f


#6e890f Border Color

<div style="border:3px solid #6e890f">
Div here</div>

This div border color is #6e890f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,137,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e890f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e890f;
  -webkit-box-shadow: 1px 1px 3px 2px #6e890f;
  box-shadow:         1px 1px 3px 2px #6e890f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,137,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6e890f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6e890f;
  -webkit-box-shadow: 1px 1px 3px 2px #6e890f;
  box-shadow:         1px 1px 3px 2px #6e890f;">
Div content here</div>

This div box has shadow with color #6e890f


Comments

No comments written yet.

Please login to write comment.