Shades of Leather #8E6B59
Tints of Leather #8E6B59
RGB
CMYK
RGB Variations
Color information
#8E6B59 (or 0x8E6B59) is known color: Leather. HEX triplet: 8E, 6B and 59. RGB value is (142,107,89). Sum of RGB (Red+Green+Blue) = 142+107+89=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6B59 is #7194A6. Grayscale: #737373. Windows color (decimal): -7443623 or 5860238. OLE color: 5860238.
HSL color Cylindrical-coordinate representation of color #8E6B59: hue angle of 20.38º 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 #8E6B59 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 107 | 89 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.44 |
| HSL | 20.38º | 0.23% | 0.45% | - |
| HSV(B) | 20.38º | 0.37% | 0.56% | - |
| XYZ | 18.22 | 16.99 | 11.77 | - |
| YUV | 115.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 107 | 89 | 0 | 0.25 | 0.37 | 0.44 | 20.38 | 0.23 | 0.45 |
| Hex | 8E | 6B | 59 | 0 | 19 | 25 | 2C | 14 | 17 | 2D |
| Octal | 216 | 153 | 131 | 0 | 31 | 45 | 54 | 24 | 27 | 55 |
| Binary | 10001110 | 1101011 | 1011001 | 0 | 11001 | 100101 | 101100 | 10100 | 10111 | 101101 |
Color Harmonies of #8E6B59
Complementary color
Monochromatic Colors of #8E6B59
Black with #8E6B59
Text Example
Text Example
White with #8E6B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6B59; }
p { color: rgb(142,107,89); }
H1.HeaderClassName
{
color: #8E6B59;
}
.AnyTagClassName
{
color: #8E6B59;
}
</style>
background-color css
<style>
a { background-color: #8E6B59; }
a { background-color: rgb(142,107,89); }
div.DivClassName
{
background-color: #8E6B59;
}
.BgClassName
{
background-color: #8E6B59;
}
</style>
border-color css
<style>
span { border-color: #8E6B59; }
span { border-color: rgb(142,107,89); }
td.TdClassName
{
border-color: #8E6B59;
}
.TagClassName
{
border-color: #8E6B59;
}
</style>