Shades of Leather #8E6956
Tints of Leather #8E6956
RGB
CMYK
RGB Variations
Color information
#8E6956 (or 0x8E6956) is known color: Leather. HEX triplet: 8E, 69 and 56. RGB value is (142,105,86). Sum of RGB (Red+Green+Blue) = 142+105+86=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6956 is #7196A9. Grayscale: #727272. Windows color (decimal): -7444138 or 5663118. OLE color: 5663118.
HSL color Cylindrical-coordinate representation of color #8E6956: hue angle of 20.36º 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 #8E6956 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 105 | 86 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.44 |
| HSL | 20.36º | 0.25% | 0.45% | - |
| HSV(B) | 20.36º | 0.39% | 0.56% | - |
| XYZ | 17.89 | 16.53 | 11.05 | - |
| YUV | 113.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 86 | 0 | 0.26 | 0.39 | 0.44 | 20.36 | 0.25 | 0.45 |
| Hex | 8E | 69 | 56 | 0 | 1A | 27 | 2C | 14 | 19 | 2D |
| Octal | 216 | 151 | 126 | 0 | 32 | 47 | 54 | 24 | 31 | 55 |
| Binary | 10001110 | 1101001 | 1010110 | 0 | 11010 | 100111 | 101100 | 10100 | 11001 | 101101 |
Color Harmonies of #8E6956
Complementary color
Monochromatic Colors of #8E6956
Black with #8E6956
Text Example
Text Example
White with #8E6956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6956; }
p { color: rgb(142,105,86); }
H1.HeaderClassName
{
color: #8E6956;
}
.AnyTagClassName
{
color: #8E6956;
}
</style>
background-color css
<style>
a { background-color: #8E6956; }
a { background-color: rgb(142,105,86); }
div.DivClassName
{
background-color: #8E6956;
}
.BgClassName
{
background-color: #8E6956;
}
</style>
border-color css
<style>
span { border-color: #8E6956; }
span { border-color: rgb(142,105,86); }
td.TdClassName
{
border-color: #8E6956;
}
.TagClassName
{
border-color: #8E6956;
}
</style>