#876F41

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

Shades of Shadow #876F41

Tints of Shadow #876F41

Color information

#876F41 (or 0x876F41) is unknown color: approx Shadow. HEX triplet: 87, 6F and 41. RGB value is (135,111,65). Sum of RGB (Red+Green+Blue) = 135+111+65=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #876F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876F41 is #7890BE. Grayscale: #717171. Windows color (decimal): -7901375 or 4288391. OLE color: 4288391.

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

Color convert

RGB13511165-
CMYK00.180.520.47
HSL39.43º35%39.22%-
HSV(B)39.43º51.85%52.94%-
XYZ16.6316.97.39-
YUV112.93100.95143.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 65 (25.78% from 255) = 20.90%
R=43.41%
G=35.69%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351116500.180.520.4739.433539.22
Hex876F41012342F272327
Octal2071571010226457474347
Binary1000011111011111000001010010110100101111100111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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