#876C4E

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

Shades of Shadow #876C4E

Tints of Shadow #876C4E

Color information

#876C4E (or 0x876C4E) is unknown color: approx Shadow. HEX triplet: 87, 6C and 4E. RGB value is (135,108,78). Sum of RGB (Red+Green+Blue) = 135+108+78=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #876C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C4E is #7893B1. Grayscale: #707070. Windows color (decimal): -7902130 or 5139591. OLE color: 5139591.

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

Color convert

RGB13510878-
CMYK00.20.420.47
HSL31.58º26.76%41.76%-
HSV(B)31.58º42.22%52.94%-
XYZ16.7316.439.5-
YUV112.65108.45143.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=42.06%
G=33.64%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351087800.20.420.4731.5826.7641.76
Hex876C4E0142A2F201b2a
Octal2071541160245257403352
Binary100001111101100100111001010010101010111110000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,108,78); }

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

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

 a { background-color: rgb(135,108,78); }

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

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

 span { border-color: rgb(135,108,78); }

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