#876A5A

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

Shades of Leather #876A5A

Tints of Leather #876A5A

Color information

#876A5A (or 0x876A5A) is unknown color: approx Leather. HEX triplet: 87, 6A and 5A. RGB value is (135,106,90). Sum of RGB (Red+Green+Blue) = 135+106+90=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #876A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A5A is #7895A5. Grayscale: #707070. Windows color (decimal): -7902630 or 5925511. OLE color: 5925511.

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

Color convert

RGB13510690-
CMYK00.210.330.47
HSL21.33º20%44.12%-
HSV(B)21.33º33.33%52.94%-
XYZ16.9916.211.9-
YUV112.85115.11143.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=40.79%
G=32.02%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351069000.210.330.4721.332044.12
Hex876A5A015212F15142c
Octal2071521320254157252454
Binary10000111110101010110100101011000011011111010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,106,90); }

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

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

 a { background-color: rgb(135,106,90); }

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

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

 span { border-color: rgb(135,106,90); }

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