Shades of Leather #8E6858
Tints of Leather #8E6858
RGB
CMYK
RGB Variations
Color information
#8E6858 (or 0x8E6858) is known color: Leather. HEX triplet: 8E, 68 and 58. RGB value is (142,104,88). Sum of RGB (Red+Green+Blue) = 142+104+88=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6858 is #7197A7. Grayscale: #717171. Windows color (decimal): -7444392 or 5793934. OLE color: 5793934.
HSL color Cylindrical-coordinate representation of color #8E6858: hue angle of 17.78º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E6858 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 104 | 88 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.44 |
| HSL | 17.78º | 0.23% | 0.45% | - |
| HSV(B) | 17.78º | 0.38% | 0.56% | - |
| XYZ | 17.87 | 16.36 | 11.45 | - |
| YUV | 113.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 104 | 88 | 0 | 0.27 | 0.38 | 0.44 | 17.78 | 0.23 | 0.45 |
| Hex | 8E | 68 | 58 | 0 | 1B | 26 | 2C | 12 | 17 | 2D |
| Octal | 216 | 150 | 130 | 0 | 33 | 46 | 54 | 22 | 27 | 55 |
| Binary | 10001110 | 1101000 | 1011000 | 0 | 11011 | 100110 | 101100 | 10010 | 10111 | 101101 |
Color Harmonies of #8E6858
Complementary color
Monochromatic Colors of #8E6858
Black with #8E6858
Text Example
Text Example
White with #8E6858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6858; }
p { color: rgb(142,104,88); }
H1.HeaderClassName
{
color: #8E6858;
}
.AnyTagClassName
{
color: #8E6858;
}
</style>
background-color css
<style>
a { background-color: #8E6858; }
a { background-color: rgb(142,104,88); }
div.DivClassName
{
background-color: #8E6858;
}
.BgClassName
{
background-color: #8E6858;
}
</style>
border-color css
<style>
span { border-color: #8E6858; }
span { border-color: rgb(142,104,88); }
td.TdClassName
{
border-color: #8E6858;
}
.TagClassName
{
border-color: #8E6858;
}
</style>