Color Hex Logo

#866520 Color Hex

#866520
(134,101,32)
0 Favorites   0 Comments

Color spaces of #866520

RGB 13410132
HSL0.110.610.33
HSV41°76°53°
CMYK 0.000.250.76   0.47
XYZ14.745914.48003.3842
Yxy14.48000.45220.4440
Hunter Lab38.05262.579121.3639
CIE-Lab44.91366.108442.1411

#866520 color RGB value is (134,101,32).

#866520 hex color red value is 134, green value is 101 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #866520 hue: 0.11 , saturation: 0.61 and the lightness value of 866520 is 0.33.

The process color (four color CMYK) of #866520 color hex is 0.00, 0.25, 0.76, 0.47. Web safe color of #866520 is #996633. Color #866520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100101 00100000
Octal 206 145 40
Decimal 134 101 32
Hex 86 65 20

RGB Percentages of Color #866520

%50.19
%37.83
%11.99

CMYK Percentages of Color #866520

%0
%25
%76
%47

Triadic Colors of #866520

#866520 #208665 #652086

Analogous Colors of #866520

#866520 #748620 #863220

Monochromatic Colors of #866520

#866520

Complementary Color

#866520 #204186

#866520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866520 Color CSS Codes

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

#866520 Text Font Color

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

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


#866520 Background Color

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

This div background color is #866520


#866520 Border Color

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

This div border color is #866520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866520


Comments

No comments written yet.

Please login to write comment.