Color Hex Logo

#876640 Color Hex

#876640
(135,102,64)
0 Favorites   0 Comments

Color spaces of #876640

RGB 13510264
HSL0.090.360.39
HSV32°53°53°
CMYK 0.000.240.53   0.47
XYZ15.668515.02386.9246
Yxy15.02380.41650.3994
Hunter Lab38.76054.325616.5402
CIE-Lab45.66688.352126.4904

#876640 color RGB value is (135,102,64).

#876640 hex color red value is 135, green value is 102 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #876640 hue: 0.09 , saturation: 0.36 and the lightness value of 876640 is 0.39.

The process color (four color CMYK) of #876640 color hex is 0.00, 0.24, 0.53, 0.47. Web safe color of #876640 is #996633. Color #876640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100110 01000000
Octal 207 146 100
Decimal 135 102 64
Hex 87 66 40

RGB Percentages of Color #876640

%44.85
%33.89
%21.26

CMYK Percentages of Color #876640

%0
%24
%53
%47

Triadic Colors of #876640

#876640 #408766 #664087

Analogous Colors of #876640

#876640 #858740 #874340

Monochromatic Colors of #876640

#876640

Complementary Color

#876640 #406187

#876640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876640 Color CSS Codes

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

#876640 Text Font Color

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

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


#876640 Background Color

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

This div background color is #876640


#876640 Border Color

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

This div border color is #876640


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,102,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #876640; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #876640;
  -webkit-box-shadow: 1px 1px 3px 2px #876640;
  box-shadow:         1px 1px 3px 2px #876640; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,102,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876640


Comments

No comments written yet.

Please login to write comment.