Shades of Leather #8E6754
Tints of Leather #8E6754
RGB
CMYK
RGB Variations
Color information
#8E6754 (or 0x8E6754) is known color: Leather. HEX triplet: 8E, 67 and 54. RGB value is (142,103,84). Sum of RGB (Red+Green+Blue) = 142+103+84=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6754 is #7198AB. Grayscale: #707070. Windows color (decimal): -7444652 or 5531534. OLE color: 5531534.
HSL color Cylindrical-coordinate representation of color #8E6754: hue angle of 19.66º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E6754 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 103 | 84 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.44 |
| HSL | 19.66º | 0.26% | 0.44% | - |
| HSV(B) | 19.66º | 0.41% | 0.56% | - |
| XYZ | 17.61 | 16.09 | 10.57 | - |
| YUV | 112.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 84 | 0 | 0.27 | 0.41 | 0.44 | 19.66 | 0.26 | 0.44 |
| Hex | 8E | 67 | 54 | 0 | 1B | 29 | 2C | 14 | 1A | 2C |
| Octal | 216 | 147 | 124 | 0 | 33 | 51 | 54 | 24 | 32 | 54 |
| Binary | 10001110 | 1100111 | 1010100 | 0 | 11011 | 101001 | 101100 | 10100 | 11010 | 101100 |
Color Harmonies of #8E6754
Complementary color
Monochromatic Colors of #8E6754
Black with #8E6754
Text Example
Text Example
White with #8E6754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6754; }
p { color: rgb(142,103,84); }
H1.HeaderClassName
{
color: #8E6754;
}
.AnyTagClassName
{
color: #8E6754;
}
</style>
background-color css
<style>
a { background-color: #8E6754; }
a { background-color: rgb(142,103,84); }
div.DivClassName
{
background-color: #8E6754;
}
.BgClassName
{
background-color: #8E6754;
}
</style>
border-color css
<style>
span { border-color: #8E6754; }
span { border-color: rgb(142,103,84); }
td.TdClassName
{
border-color: #8E6754;
}
.TagClassName
{
border-color: #8E6754;
}
</style>