Shades of Leather #8E6E56
Tints of Leather #8E6E56
RGB
CMYK
RGB Variations
Color information
#8E6E56 (or 0x8E6E56) is known color: Leather. HEX triplet: 8E, 6E and 56. RGB value is (142,110,86). Sum of RGB (Red+Green+Blue) = 142+110+86=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6E56 is #7191A9. Grayscale: #747474. Windows color (decimal): -7442858 or 5664398. OLE color: 5664398.
HSL color Cylindrical-coordinate representation of color #8E6E56: hue angle of 25.71º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E6E56 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 110 | 86 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.44 |
| HSL | 25.71º | 0.25% | 0.45% | - |
| HSV(B) | 25.71º | 0.39% | 0.56% | - |
| XYZ | 18.41 | 17.57 | 11.23 | - |
| YUV | 116.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 110 | 86 | 0 | 0.23 | 0.39 | 0.44 | 25.71 | 0.25 | 0.45 |
| Hex | 8E | 6E | 56 | 0 | 17 | 27 | 2C | 1A | 19 | 2D |
| Octal | 216 | 156 | 126 | 0 | 27 | 47 | 54 | 32 | 31 | 55 |
| Binary | 10001110 | 1101110 | 1010110 | 0 | 10111 | 100111 | 101100 | 11010 | 11001 | 101101 |
Color Harmonies of #8E6E56
Complementary color
Monochromatic Colors of #8E6E56
Black with #8E6E56
Text Example
Text Example
White with #8E6E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6E56; }
p { color: rgb(142,110,86); }
H1.HeaderClassName
{
color: #8E6E56;
}
.AnyTagClassName
{
color: #8E6E56;
}
</style>
background-color css
<style>
a { background-color: #8E6E56; }
a { background-color: rgb(142,110,86); }
div.DivClassName
{
background-color: #8E6E56;
}
.BgClassName
{
background-color: #8E6E56;
}
</style>
border-color css
<style>
span { border-color: #8E6E56; }
span { border-color: rgb(142,110,86); }
td.TdClassName
{
border-color: #8E6E56;
}
.TagClassName
{
border-color: #8E6E56;
}
</style>