Color Hex Logo

#867556 Color Hex

#867556
(134,117,86)
0 Favorites   0 Comments

Color spaces of #867556

RGB 13411786
HSL0.110.220.43
HSV39°36°53°
CMYK 0.000.130.36   0.47
XYZ17.872518.462811.4258
Yxy18.46280.37420.3866
Hunter Lab42.9684-0.948314.3119
CIE-Lab50.05271.742419.5491

#867556 color RGB value is (134,117,86).

#867556 hex color red value is 134, green value is 117 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #867556 hue: 0.11 , saturation: 0.22 and the lightness value of 867556 is 0.43.

The process color (four color CMYK) of #867556 color hex is 0.00, 0.13, 0.36, 0.47. Web safe color of #867556 is #996666. Color #867556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110101 01010110
Octal 206 165 126
Decimal 134 117 86
Hex 86 75 56

RGB Percentages of Color #867556

%39.76
%34.72
%25.52

CMYK Percentages of Color #867556

%0
%13
%36
%47

Triadic Colors of #867556

#867556 #568675 #755686

Analogous Colors of #867556

#867556 #7f8656 #865d56

Monochromatic Colors of #867556

#867556

Complementary Color

#867556 #566786

#867556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867556 Color CSS Codes

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

#867556 Text Font Color

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

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


#867556 Background Color

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

This div background color is #867556


#867556 Border Color

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

This div border color is #867556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867556


Comments

No comments written yet.

Please login to write comment.