Color Hex Logo

#866320 Color Hex

#866320
(134,99,32)
0 Favorites   0 Comments

Color spaces of #866320

RGB 1349932
HSL0.110.610.33
HSV39°76°53°
CMYK 0.000.260.76   0.47
XYZ14.554114.09633.3203
Yxy14.09630.45520.4409
Hunter Lab37.54503.490621.0382
CIE-Lab44.37077.278441.6034

#866320 color RGB value is (134,99,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100011 00100000
Octal 206 143 40
Decimal 134 99 32
Hex 86 63 20

RGB Percentages of Color #866320

%50.57
%37.36
%12.08

CMYK Percentages of Color #866320

%0
%26
%76
%47

Triadic Colors of #866320

#866320 #208663 #632086

Analogous Colors of #866320

#866320 #768620 #863020

Monochromatic Colors of #866320

#866320

Complementary Color

#866320 #204386

#866320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866320 Color CSS Codes

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

#866320 Text Font Color

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

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


#866320 Background Color

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

This div background color is #866320


#866320 Border Color

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

This div border color is #866320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866320


Comments

No comments written yet.

Please login to write comment.