#876A5B

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

Shades of Leather #876A5B

Tints of Leather #876A5B

Color information

#876A5B (or 0x876A5B) is unknown color: approx Leather. HEX triplet: 87, 6A and 5B. RGB value is (135,106,91). Sum of RGB (Red+Green+Blue) = 135+106+91=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #876A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A5B is #7895A4. Grayscale: #717171. Windows color (decimal): -7902629 or 5991047. OLE color: 5991047.

HSL color Cylindrical-coordinate representation of color #876A5B: hue angle of 20.45º degrees, saturation: 0.19, 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 #876A5B is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB13510691-
CMYK00.210.330.47
HSL20.45º19.47%44.31%-
HSV(B)20.45º32.59%52.94%-
XYZ17.0316.2112.13-
YUV112.96115.61143.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=40.66%
G=31.93%
B=27.41%

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
Decimal1351069100.210.330.4720.4519.4744.31
Hex876A5B015212F14132c
Octal2071521330254157242354
Binary10000111110101010110110101011000011011111010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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