Shades of Leather #8E6E55
Tints of Leather #8E6E55
RGB
CMYK
RGB Variations
Color information
#8E6E55 (or 0x8E6E55) is known color: Leather. HEX triplet: 8E, 6E and 55. RGB value is (142,110,85). Sum of RGB (Red+Green+Blue) = 142+110+85=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6E55 is #7191AA. Grayscale: #747474. Windows color (decimal): -7442859 or 5598862. OLE color: 5598862.
HSL color Cylindrical-coordinate representation of color #8E6E55: hue angle of 26.32º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E6E55 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 110 | 85 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.44 |
| HSL | 26.32º | 0.25% | 0.45% | - |
| HSV(B) | 26.32º | 0.4% | 0.56% | - |
| XYZ | 18.37 | 17.56 | 11.02 | - |
| YUV | 116.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 110 | 85 | 0 | 0.23 | 0.40 | 0.44 | 26.32 | 0.25 | 0.45 |
| Hex | 8E | 6E | 55 | 0 | 17 | 28 | 2C | 1A | 19 | 2D |
| Octal | 216 | 156 | 125 | 0 | 27 | 50 | 54 | 32 | 31 | 55 |
| Binary | 10001110 | 1101110 | 1010101 | 0 | 10111 | 101000 | 101100 | 11010 | 11001 | 101101 |
Color Harmonies of #8E6E55
Complementary color
Monochromatic Colors of #8E6E55
Black with #8E6E55
Text Example
Text Example
White with #8E6E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6E55; }
p { color: rgb(142,110,85); }
H1.HeaderClassName
{
color: #8E6E55;
}
.AnyTagClassName
{
color: #8E6E55;
}
</style>
background-color css
<style>
a { background-color: #8E6E55; }
a { background-color: rgb(142,110,85); }
div.DivClassName
{
background-color: #8E6E55;
}
.BgClassName
{
background-color: #8E6E55;
}
</style>
border-color css
<style>
span { border-color: #8E6E55; }
span { border-color: rgb(142,110,85); }
td.TdClassName
{
border-color: #8E6E55;
}
.TagClassName
{
border-color: #8E6E55;
}
</style>