Color Hex Logo

#867716 Color Hex

#867716
(134,119,22)
0 Favorites   0 Comments

Color spaces of #867716

RGB 13411922
HSL0.140.720.31
HSV52°84°53°
CMYK 0.000.110.84   0.47
XYZ16.573218.31993.4217
Yxy18.31990.43260.4781
Hunter Lab42.8018-5.786425.2214
CIE-Lab49.8818-4.638050.4756

#867716 color RGB value is (134,119,22).

#867716 hex color red value is 134, green value is 119 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #867716 hue: 0.14 , saturation: 0.72 and the lightness value of 867716 is 0.31.

The process color (four color CMYK) of #867716 color hex is 0.00, 0.11, 0.84, 0.47. Web safe color of #867716 is #996600. Color #867716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110111 00010110
Octal 206 167 26
Decimal 134 119 22
Hex 86 77 16

RGB Percentages of Color #867716

%48.73
%43.27
%8.00

CMYK Percentages of Color #867716

%0
%11
%84
%47

Triadic Colors of #867716

#867716 #168677 #771686

Analogous Colors of #867716

#867716 #5d8616 #863f16

Monochromatic Colors of #867716

#867716

Complementary Color

#867716 #162586

#867716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867716 Color CSS Codes

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

#867716 Text Font Color

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

This sample text font color is #867716
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.


#867716 Background Color

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

This div background color is #867716


#867716 Border Color

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

This div border color is #867716


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,119,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #867716; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #867716;
  -webkit-box-shadow: 1px 1px 3px 2px #867716;
  box-shadow:         1px 1px 3px 2px #867716; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,119,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867716


Comments

No comments written yet.

Please login to write comment.