Shades of Leather #8E6959
Tints of Leather #8E6959
RGB
CMYK
RGB Variations
Color information
#8E6959 (or 0x8E6959) is known color: Leather. HEX triplet: 8E, 69 and 59. RGB value is (142,105,89). Sum of RGB (Red+Green+Blue) = 142+105+89=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6959 is #7196A6. Grayscale: #727272. Windows color (decimal): -7444135 or 5859726. OLE color: 5859726.
HSL color Cylindrical-coordinate representation of color #8E6959: hue angle of 18.11º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E6959 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 105 | 89 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.44 |
| HSL | 18.11º | 0.23% | 0.45% | - |
| HSV(B) | 18.11º | 0.37% | 0.56% | - |
| XYZ | 18.01 | 16.58 | 11.7 | - |
| YUV | 114.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 89 | 0 | 0.26 | 0.37 | 0.44 | 18.11 | 0.23 | 0.45 |
| Hex | 8E | 69 | 59 | 0 | 1A | 25 | 2C | 12 | 17 | 2D |
| Octal | 216 | 151 | 131 | 0 | 32 | 45 | 54 | 22 | 27 | 55 |
| Binary | 10001110 | 1101001 | 1011001 | 0 | 11010 | 100101 | 101100 | 10010 | 10111 | 101101 |
Color Harmonies of #8E6959
Complementary color
Monochromatic Colors of #8E6959
Black with #8E6959
Text Example
Text Example
White with #8E6959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6959; }
p { color: rgb(142,105,89); }
H1.HeaderClassName
{
color: #8E6959;
}
.AnyTagClassName
{
color: #8E6959;
}
</style>
background-color css
<style>
a { background-color: #8E6959; }
a { background-color: rgb(142,105,89); }
div.DivClassName
{
background-color: #8E6959;
}
.BgClassName
{
background-color: #8E6959;
}
</style>
border-color css
<style>
span { border-color: #8E6959; }
span { border-color: rgb(142,105,89); }
td.TdClassName
{
border-color: #8E6959;
}
.TagClassName
{
border-color: #8E6959;
}
</style>