Color Hex Logo

#866210 Color Hex

#866210
(134,98,16)
0 Favorites   0 Comments

Color spaces of #866210

RGB 1349816
HSL0.120.790.29
HSV42°88°53°
CMYK 0.000.270.88   0.47
XYZ14.292713.84112.4085
Yxy13.84110.46800.4532
Hunter Lab37.20363.468922.2042
CIE-Lab44.00427.247247.3129

#866210 color RGB value is (134,98,16).

#866210 hex color red value is 134, green value is 98 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #866210 hue: 0.12 , saturation: 0.79 and the lightness value of 866210 is 0.29.

The process color (four color CMYK) of #866210 color hex is 0.00, 0.27, 0.88, 0.47. Web safe color of #866210 is #996600. Color #866210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100010 00010000
Octal 206 142 20
Decimal 134 98 16
Hex 86 62 10

RGB Percentages of Color #866210

%54.03
%39.52
%6.45

CMYK Percentages of Color #866210

%0
%27
%88
%47

Triadic Colors of #866210

#866210 #108662 #621086

Analogous Colors of #866210

#866210 #6f8610 #862710

Monochromatic Colors of #866210

#866210

Complementary Color

#866210 #103486

#866210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866210 Color CSS Codes

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

#866210 Text Font Color

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

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


#866210 Background Color

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

This div background color is #866210


#866210 Border Color

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

This div border color is #866210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866210

#866210 Color Palettes


Comments

No comments written yet.

Please login to write comment.