#876E4F

Color #876E4F Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #876E4F

Tints of Shadow #876E4F

Color information

#876E4F (or 0x876E4F) is unknown color: approx Shadow. HEX triplet: 87, 6E and 4F. RGB value is (135,110,79). Sum of RGB (Red+Green+Blue) = 135+110+79=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #876E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E4F is #7891B0. Grayscale: #727272. Windows color (decimal): -7901617 or 5205639. OLE color: 5205639.

HSL color Cylindrical-coordinate representation of color #876E4F: hue angle of 33.21º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #876E4F is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13511079-
CMYK00.190.410.47
HSL33.21º26.17%41.96%-
HSV(B)33.21º41.48%52.94%-
XYZ16.9816.879.76-
YUV113.94108.28143.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=41.67%
G=33.95%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351107900.190.410.4733.2126.1741.96
Hex876E4F013292F211a2a
Octal2071561170235157413252
Binary100001111101110100111101001110100110111110000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876E4F; }

 p { color: rgb(135,110,79); }

 H1.HeaderClassName
 {
   color: #876E4F;
 }
 .AnyTagClassName
 {
   color: #876E4F;
 }
</style>
background-color css

<style>
 a { background-color: #876E4F; }

 a { background-color: rgb(135,110,79); }

 div.DivClassName
 {
   background-color: #876E4F;
 }
 .BgClassName
 {
   background-color: #876E4F;
 }
</style>
border-color css

<style>
 span { border-color: #876E4F; }

 span { border-color: rgb(135,110,79); }

 td.TdClassName
 {
   border-color: #876E4F;
 }
 .TagClassName
 {
   border-color: #876E4F;
 }
</style>