#876F46

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

Shades of Shadow #876F46

Tints of Shadow #876F46

Color information

#876F46 (or 0x876F46) is unknown color: approx Shadow. HEX triplet: 87, 6F and 46. RGB value is (135,111,70). Sum of RGB (Red+Green+Blue) = 135+111+70=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #876F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876F46 is #7890B9. Grayscale: #717171. Windows color (decimal): -7901370 or 4616071. OLE color: 4616071.

HSL color Cylindrical-coordinate representation of color #876F46: hue angle of 37.85º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #876F46 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB13511170-
CMYK00.180.480.47
HSL37.85º31.71%40.2%-
HSV(B)37.85º48.15%52.94%-
XYZ16.7816.968.18-
YUV113.5103.45143.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.72%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 70 (27.73% from 255) = 22.15%
R=42.72%
G=35.13%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351117000.180.480.4737.8531.7140.2
Hex876F46012302F262028
Octal2071571060226057464050
Binary1000011111011111000110010010110000101111100110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,111,70); }

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

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

 a { background-color: rgb(135,111,70); }

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

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

 span { border-color: rgb(135,111,70); }

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