Shades of Leather #876653
Tints of Leather #876653
RGB
CMYK
RGB Variations
Color information
#876653 (or 0x876653) is known color: Leather. HEX triplet: 87, 66 and 53. RGB value is (135,102,83). Sum of RGB (Red+Green+Blue) = 135+102+83=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #876653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876653 is #7899AC. Grayscale: #6D6D6D. Windows color (decimal): -7903661 or 5465735. OLE color: 5465735.
HSL color Cylindrical-coordinate representation of color #876653: hue angle of 21.92º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #876653 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 102 | 83 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.47 |
| HSL | 21.92º | 0.24% | 0.43% | - |
| HSV(B) | 21.92º | 0.39% | 0.53% | - |
| XYZ | 16.3 | 15.28 | 10.27 | - |
| YUV | 109.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 83 | 0 | 0.24 | 0.39 | 0.47 | 21.92 | 0.24 | 0.43 |
| Hex | 87 | 66 | 53 | 0 | 18 | 27 | 2F | 16 | 18 | 2B |
| Octal | 207 | 146 | 123 | 0 | 30 | 47 | 57 | 26 | 30 | 53 |
| Binary | 10000111 | 1100110 | 1010011 | 0 | 11000 | 100111 | 101111 | 10110 | 11000 | 101011 |
Color Harmonies of #876653
Complementary color
Monochromatic Colors of #876653
Black with #876653
Text Example
Text Example
White with #876653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876653; }
p { color: rgb(135,102,83); }
H1.HeaderClassName
{
color: #876653;
}
.AnyTagClassName
{
color: #876653;
}
</style>
background-color css
<style>
a { background-color: #876653; }
a { background-color: rgb(135,102,83); }
div.DivClassName
{
background-color: #876653;
}
.BgClassName
{
background-color: #876653;
}
</style>
border-color css
<style>
span { border-color: #876653; }
span { border-color: rgb(135,102,83); }
td.TdClassName
{
border-color: #876653;
}
.TagClassName
{
border-color: #876653;
}
</style>