#876F3E

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

Shades of Shadow #876F3E

Tints of Shadow #876F3E

Color information

#876F3E (or 0x876F3E) is unknown color: approx Shadow. HEX triplet: 87, 6F and 3E. RGB value is (135,111,62). Sum of RGB (Red+Green+Blue) = 135+111+62=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #876F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876F3E is #7890C1. Grayscale: #707070. Windows color (decimal): -7901378 or 4091783. OLE color: 4091783.

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

Color convert

RGB13511162-
CMYK00.180.540.47
HSL40.27º37.06%38.63%-
HSV(B)40.27º54.07%52.94%-
XYZ16.5516.876.94-
YUV112.5999.45143.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 111 (43.75% from 255) = 36.04%
BLUE value IS 62 (24.61% from 255) = 20.13%
R=43.83%
G=36.04%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351116200.180.540.4740.2737.0638.63
Hex876F3E012362F282527
Octal207157760226657504547
Binary100001111101111111110010010110110101111101000100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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