#876959

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

Shades of Leather #876959

Tints of Leather #876959

Color information

#876959 (or 0x876959) is unknown color: approx Leather. HEX triplet: 87, 69 and 59. RGB value is (135,105,89). Sum of RGB (Red+Green+Blue) = 135+105+89=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #876959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876959 is #7896A6. Grayscale: #707070. Windows color (decimal): -7902887 or 5859719. OLE color: 5859719.

HSL color Cylindrical-coordinate representation of color #876959: hue angle of 20.87º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #876959 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB13510589-
CMYK00.220.340.47
HSL20.87º20.54%43.92%-
HSV(B)20.87º34.07%52.94%-
XYZ16.8515.9811.65-
YUV112.15114.94144.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=41.03%
G=31.91%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351058900.220.340.4720.8720.5443.92
Hex876959016222F15152c
Octal2071511310264257252554
Binary10000111110100110110010101101000101011111010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876959; }

 p { color: rgb(135,105,89); }

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

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

 a { background-color: rgb(135,105,89); }

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

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

 span { border-color: rgb(135,105,89); }

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