Shades of Leather #876554
Tints of Leather #876554
RGB
CMYK
RGB Variations
Color information
#876554 (or 0x876554) is known color: Leather. HEX triplet: 87, 65 and 54. RGB value is (135,101,84). Sum of RGB (Red+Green+Blue) = 135+101+84=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #876554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876554 is #789AAB. Grayscale: #6D6D6D. Windows color (decimal): -7903916 or 5531015. OLE color: 5531015.
HSL color Cylindrical-coordinate representation of color #876554: hue angle of 20º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #876554 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 101 | 84 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.47 |
| HSL | 20º | 0.23% | 0.43% | - |
| HSV(B) | 20º | 0.38% | 0.53% | - |
| XYZ | 16.25 | 15.1 | 10.45 | - |
| YUV | 109.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 84 | 0 | 0.25 | 0.38 | 0.47 | 20 | 0.23 | 0.43 |
| Hex | 87 | 65 | 54 | 0 | 19 | 26 | 2F | 14 | 17 | 2B |
| Octal | 207 | 145 | 124 | 0 | 31 | 46 | 57 | 24 | 27 | 53 |
| Binary | 10000111 | 1100101 | 1010100 | 0 | 11001 | 100110 | 101111 | 10100 | 10111 | 101011 |
Color Harmonies of #876554
Complementary color
Monochromatic Colors of #876554
Black with #876554
Text Example
Text Example
White with #876554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876554; }
p { color: rgb(135,101,84); }
H1.HeaderClassName
{
color: #876554;
}
.AnyTagClassName
{
color: #876554;
}
</style>
background-color css
<style>
a { background-color: #876554; }
a { background-color: rgb(135,101,84); }
div.DivClassName
{
background-color: #876554;
}
.BgClassName
{
background-color: #876554;
}
</style>
border-color css
<style>
span { border-color: #876554; }
span { border-color: rgb(135,101,84); }
td.TdClassName
{
border-color: #876554;
}
.TagClassName
{
border-color: #876554;
}
</style>