#876F44

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

Shades of Shadow #876F44

Tints of Shadow #876F44

Color information

#876F44 (or 0x876F44) is unknown color: approx Shadow. HEX triplet: 87, 6F and 44. RGB value is (135,111,68). Sum of RGB (Red+Green+Blue) = 135+111+68=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #876F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876F44 is #7890BB. Grayscale: #717171. Windows color (decimal): -7901372 or 4484999. OLE color: 4484999.

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

Color convert

RGB13511168-
CMYK00.180.500.47
HSL38.51º33%39.8%-
HSV(B)38.51º49.63%52.94%-
XYZ16.7216.947.86-
YUV113.27102.45143.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 68 (26.95% from 255) = 21.66%
R=42.99%
G=35.35%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351116800.180.500.4738.513339.8
Hex876F44012322F272128
Octal2071571040226257474150
Binary1000011111011111000100010010110010101111100111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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