#876956

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

Shades of Leather #876956

Tints of Leather #876956

Color information

#876956 (or 0x876956) is unknown color: approx Leather. HEX triplet: 87, 69 and 56. RGB value is (135,105,86). Sum of RGB (Red+Green+Blue) = 135+105+86=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #876956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876956 is #7896A9. Grayscale: #6F6F6F. Windows color (decimal): -7902890 or 5663111. OLE color: 5663111.

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

Color convert

RGB13510586-
CMYK00.220.360.47
HSL23.27º22.17%43.33%-
HSV(B)23.27º36.3%52.94%-
XYZ16.7215.9311-
YUV111.8113.44144.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=41.41%
G=32.21%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351058600.220.360.4723.2722.1743.33
Hex876956016242F17162b
Octal2071511260264457272653
Binary10000111110100110101100101101001001011111011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876956; }

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

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

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

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

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

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

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

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