Shades of Leather #8E6957
Tints of Leather #8E6957
RGB
CMYK
RGB Variations
Color information
#8E6957 (or 0x8E6957) is known color: Leather. HEX triplet: 8E, 69 and 57. RGB value is (142,105,87). Sum of RGB (Red+Green+Blue) = 142+105+87=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6957 is #7196A8. Grayscale: #727272. Windows color (decimal): -7444137 or 5728654. OLE color: 5728654.
HSL color Cylindrical-coordinate representation of color #8E6957: hue angle of 19.64º degrees, saturation: 0.24, 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 #8E6957 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 105 | 87 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.44 |
| HSL | 19.64º | 0.24% | 0.45% | - |
| HSV(B) | 19.64º | 0.39% | 0.56% | - |
| XYZ | 17.93 | 16.54 | 11.26 | - |
| YUV | 114.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 87 | 0 | 0.26 | 0.39 | 0.44 | 19.64 | 0.24 | 0.45 |
| Hex | 8E | 69 | 57 | 0 | 1A | 27 | 2C | 14 | 18 | 2D |
| Octal | 216 | 151 | 127 | 0 | 32 | 47 | 54 | 24 | 30 | 55 |
| Binary | 10001110 | 1101001 | 1010111 | 0 | 11010 | 100111 | 101100 | 10100 | 11000 | 101101 |
Color Harmonies of #8E6957
Complementary color
Monochromatic Colors of #8E6957
Black with #8E6957
Text Example
Text Example
White with #8E6957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6957; }
p { color: rgb(142,105,87); }
H1.HeaderClassName
{
color: #8E6957;
}
.AnyTagClassName
{
color: #8E6957;
}
</style>
background-color css
<style>
a { background-color: #8E6957; }
a { background-color: rgb(142,105,87); }
div.DivClassName
{
background-color: #8E6957;
}
.BgClassName
{
background-color: #8E6957;
}
</style>
border-color css
<style>
span { border-color: #8E6957; }
span { border-color: rgb(142,105,87); }
td.TdClassName
{
border-color: #8E6957;
}
.TagClassName
{
border-color: #8E6957;
}
</style>