Color Hex Logo

#866616 Color Hex

#866616
(134,102,22)
0 Favorites   0 Comments

Color spaces of #866616

RGB 13410222
HSL0.120.720.31
HSV43°84°53°
CMYK 0.000.240.84   0.47
XYZ14.727714.62902.8065
Yxy14.62900.45790.4548
Hunter Lab38.24791.799322.4230
CIE-Lab45.12185.100346.3036

#866616 color RGB value is (134,102,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100110 00010110
Octal 206 146 26
Decimal 134 102 22
Hex 86 66 16

RGB Percentages of Color #866616

%51.94
%39.53
%8.53

CMYK Percentages of Color #866616

%0
%24
%84
%47

Triadic Colors of #866616

#866616 #168666 #661686

Analogous Colors of #866616

#866616 #6e8616 #862e16

Monochromatic Colors of #866616

#866616

Complementary Color

#866616 #163686

#866616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866616 Color CSS Codes

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

#866616 Text Font Color

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

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


#866616 Background Color

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

This div background color is #866616


#866616 Border Color

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

This div border color is #866616


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,102,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 #866616">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866616


Comments

No comments written yet.

Please login to write comment.