Shades of Leather #876655
Tints of Leather #876655
RGB
CMYK
RGB Variations
Color information
#876655 (or 0x876655) is known color: Leather. HEX triplet: 87, 66 and 55. RGB value is (135,102,85). Sum of RGB (Red+Green+Blue) = 135+102+85=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #876655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876655 is #7899AA. Grayscale: #6E6E6E. Windows color (decimal): -7903659 or 5596807. OLE color: 5596807.
HSL color Cylindrical-coordinate representation of color #876655: hue angle of 20.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #876655 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 102 | 85 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.47 |
| HSL | 20.4º | 0.23% | 0.43% | - |
| HSV(B) | 20.4º | 0.37% | 0.53% | - |
| XYZ | 16.38 | 15.31 | 10.69 | - |
| YUV | 109.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 85 | 0 | 0.24 | 0.37 | 0.47 | 20.4 | 0.23 | 0.43 |
| Hex | 87 | 66 | 55 | 0 | 18 | 25 | 2F | 14 | 17 | 2B |
| Octal | 207 | 146 | 125 | 0 | 30 | 45 | 57 | 24 | 27 | 53 |
| Binary | 10000111 | 1100110 | 1010101 | 0 | 11000 | 100101 | 101111 | 10100 | 10111 | 101011 |
Color Harmonies of #876655
Complementary color
Monochromatic Colors of #876655
Black with #876655
Text Example
Text Example
White with #876655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876655; }
p { color: rgb(135,102,85); }
H1.HeaderClassName
{
color: #876655;
}
.AnyTagClassName
{
color: #876655;
}
</style>
background-color css
<style>
a { background-color: #876655; }
a { background-color: rgb(135,102,85); }
div.DivClassName
{
background-color: #876655;
}
.BgClassName
{
background-color: #876655;
}
</style>
border-color css
<style>
span { border-color: #876655; }
span { border-color: rgb(135,102,85); }
td.TdClassName
{
border-color: #876655;
}
.TagClassName
{
border-color: #876655;
}
</style>