Shades of Leather #8E6A4F
Tints of Leather #8E6A4F
RGB
CMYK
RGB Variations
Color information
#8E6A4F (or 0x8E6A4F) is known color: Leather. HEX triplet: 8E, 6A and 4F. RGB value is (142,106,79). Sum of RGB (Red+Green+Blue) = 142+106+79=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6A4F is #7195B0. Grayscale: #717171. Windows color (decimal): -7443889 or 5204622. OLE color: 5204622.
HSL color Cylindrical-coordinate representation of color #8E6A4F: hue angle of 25.71º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E6A4F is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 106 | 79 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.44 |
| HSL | 25.71º | 0.29% | 0.43% | - |
| HSV(B) | 25.71º | 0.44% | 0.56% | - |
| XYZ | 17.72 | 16.62 | 9.67 | - |
| YUV | 113.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 106 | 79 | 0 | 0.25 | 0.44 | 0.44 | 25.71 | 0.29 | 0.43 |
| Hex | 8E | 6A | 4F | 0 | 19 | 2C | 2C | 1A | 1D | 2B |
| Octal | 216 | 152 | 117 | 0 | 31 | 54 | 54 | 32 | 35 | 53 |
| Binary | 10001110 | 1101010 | 1001111 | 0 | 11001 | 101100 | 101100 | 11010 | 11101 | 101011 |
Color Harmonies of #8E6A4F
Complementary color
Monochromatic Colors of #8E6A4F
Black with #8E6A4F
Text Example
Text Example
White with #8E6A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6A4F; }
p { color: rgb(142,106,79); }
H1.HeaderClassName
{
color: #8E6A4F;
}
.AnyTagClassName
{
color: #8E6A4F;
}
</style>
background-color css
<style>
a { background-color: #8E6A4F; }
a { background-color: rgb(142,106,79); }
div.DivClassName
{
background-color: #8E6A4F;
}
.BgClassName
{
background-color: #8E6A4F;
}
</style>
border-color css
<style>
span { border-color: #8E6A4F; }
span { border-color: rgb(142,106,79); }
td.TdClassName
{
border-color: #8E6A4F;
}
.TagClassName
{
border-color: #8E6A4F;
}
</style>