Color Hex Logo

#866316 Color Hex

#866316
(134,99,22)
0 Favorites   0 Comments

Color spaces of #866316

RGB 1349922
HSL0.110.720.31
HSV41°84°53°
CMYK 0.000.260.84   0.47
XYZ14.438214.04992.7100
Yxy14.04990.46280.4503
Hunter Lab37.48323.161021.9516
CIE-Lab44.30446.852345.5794

#866316 color RGB value is (134,99,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100011 00010110
Octal 206 143 26
Decimal 134 99 22
Hex 86 63 16

RGB Percentages of Color #866316

%52.55
%38.82
%8.63

CMYK Percentages of Color #866316

%0
%26
%84
%47

Triadic Colors of #866316

#866316 #168663 #631686

Analogous Colors of #866316

#866316 #718616 #862b16

Monochromatic Colors of #866316

#866316

Complementary Color

#866316 #163986

#866316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866316 Color CSS Codes

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

#866316 Text Font Color

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

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


#866316 Background Color

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

This div background color is #866316


#866316 Border Color

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

This div border color is #866316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866316


Comments

No comments written yet.

Please login to write comment.