Shades of Leather #8E6D51
Tints of Leather #8E6D51
RGB
CMYK
RGB Variations
Color information
#8E6D51 (or 0x8E6D51) is known color: Leather. HEX triplet: 8E, 6D and 51. RGB value is (142,109,81). Sum of RGB (Red+Green+Blue) = 142+109+81=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6D51 is #7192AE. Grayscale: #737373. Windows color (decimal): -7443119 or 5336462. OLE color: 5336462.
HSL color Cylindrical-coordinate representation of color #8E6D51: hue angle of 27.54º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E6D51 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 109 | 81 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.44 |
| HSL | 27.54º | 0.27% | 0.44% | - |
| HSV(B) | 27.54º | 0.43% | 0.56% | - |
| XYZ | 18.11 | 17.28 | 10.17 | - |
| YUV | 115.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 109 | 81 | 0 | 0.23 | 0.43 | 0.44 | 27.54 | 0.27 | 0.44 |
| Hex | 8E | 6D | 51 | 0 | 17 | 2B | 2C | 1C | 1B | 2C |
| Octal | 216 | 155 | 121 | 0 | 27 | 53 | 54 | 34 | 33 | 54 |
| Binary | 10001110 | 1101101 | 1010001 | 0 | 10111 | 101011 | 101100 | 11100 | 11011 | 101100 |
Color Harmonies of #8E6D51
Complementary color
Monochromatic Colors of #8E6D51
Black with #8E6D51
Text Example
Text Example
White with #8E6D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6D51; }
p { color: rgb(142,109,81); }
H1.HeaderClassName
{
color: #8E6D51;
}
.AnyTagClassName
{
color: #8E6D51;
}
</style>
background-color css
<style>
a { background-color: #8E6D51; }
a { background-color: rgb(142,109,81); }
div.DivClassName
{
background-color: #8E6D51;
}
.BgClassName
{
background-color: #8E6D51;
}
</style>
border-color css
<style>
span { border-color: #8E6D51; }
span { border-color: rgb(142,109,81); }
td.TdClassName
{
border-color: #8E6D51;
}
.TagClassName
{
border-color: #8E6D51;
}
</style>