Shades of Leather #8E6750
Tints of Leather #8E6750
RGB
CMYK
RGB Variations
Color information
#8E6750 (or 0x8E6750) is known color: Leather. HEX triplet: 8E, 67 and 50. RGB value is (142,103,80). Sum of RGB (Red+Green+Blue) = 142+103+80=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6750 is #7198AF. Grayscale: #707070. Windows color (decimal): -7444656 or 5269390. OLE color: 5269390.
HSL color Cylindrical-coordinate representation of color #8E6750: hue angle of 22.26º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E6750 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 103 | 80 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.44 |
| HSL | 22.26º | 0.28% | 0.44% | - |
| HSV(B) | 22.26º | 0.44% | 0.56% | - |
| XYZ | 17.45 | 16.03 | 9.76 | - |
| YUV | 112.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 80 | 0 | 0.27 | 0.44 | 0.44 | 22.26 | 0.28 | 0.44 |
| Hex | 8E | 67 | 50 | 0 | 1B | 2C | 2C | 16 | 1C | 2C |
| Octal | 216 | 147 | 120 | 0 | 33 | 54 | 54 | 26 | 34 | 54 |
| Binary | 10001110 | 1100111 | 1010000 | 0 | 11011 | 101100 | 101100 | 10110 | 11100 | 101100 |
Color Harmonies of #8E6750
Complementary color
Monochromatic Colors of #8E6750
Black with #8E6750
Text Example
Text Example
White with #8E6750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6750; }
p { color: rgb(142,103,80); }
H1.HeaderClassName
{
color: #8E6750;
}
.AnyTagClassName
{
color: #8E6750;
}
</style>
background-color css
<style>
a { background-color: #8E6750; }
a { background-color: rgb(142,103,80); }
div.DivClassName
{
background-color: #8E6750;
}
.BgClassName
{
background-color: #8E6750;
}
</style>
border-color css
<style>
span { border-color: #8E6750; }
span { border-color: rgb(142,103,80); }
td.TdClassName
{
border-color: #8E6750;
}
.TagClassName
{
border-color: #8E6750;
}
</style>