#876B5B

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

Shades of Leather #876B5B

Tints of Leather #876B5B

Color information

#876B5B (or 0x876B5B) is unknown color: approx Leather. HEX triplet: 87, 6B and 5B. RGB value is (135,107,91). Sum of RGB (Red+Green+Blue) = 135+107+91=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #876B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B5B is #7894A4. Grayscale: #717171. Windows color (decimal): -7902373 or 5991303. OLE color: 5991303.

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

Color convert

RGB13510791-
CMYK00.210.330.47
HSL21.82º19.47%44.31%-
HSV(B)21.82º32.59%52.94%-
XYZ17.1416.4212.16-
YUV113.55115.28143.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 107 (42.19% from 255) = 32.13%
BLUE value IS 91 (35.94% from 255) = 27.33%
R=40.54%
G=32.13%
B=27.33%

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
Decimal1351079100.210.330.4721.8219.4744.31
Hex876B5B015212F16132c
Octal2071531330254157262354
Binary10000111110101110110110101011000011011111011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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