Shades of Leather #8E6650
Tints of Leather #8E6650
RGB
CMYK
RGB Variations
Color information
#8E6650 (or 0x8E6650) is known color: Leather. HEX triplet: 8E, 66 and 50. RGB value is (142,102,80). Sum of RGB (Red+Green+Blue) = 142+102+80=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6650 is #7199AF. Grayscale: #6F6F6F. Windows color (decimal): -7444912 or 5269134. OLE color: 5269134.
HSL color Cylindrical-coordinate representation of color #8E6650: hue angle of 21.29º 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 #8E6650 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 102 | 80 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.44 |
| HSL | 21.29º | 0.28% | 0.44% | - |
| HSV(B) | 21.29º | 0.44% | 0.56% | - |
| XYZ | 17.35 | 15.83 | 9.73 | - |
| YUV | 111.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 102 | 80 | 0 | 0.28 | 0.44 | 0.44 | 21.29 | 0.28 | 0.44 |
| Hex | 8E | 66 | 50 | 0 | 1C | 2C | 2C | 15 | 1C | 2C |
| Octal | 216 | 146 | 120 | 0 | 34 | 54 | 54 | 25 | 34 | 54 |
| Binary | 10001110 | 1100110 | 1010000 | 0 | 11100 | 101100 | 101100 | 10101 | 11100 | 101100 |
Color Harmonies of #8E6650
Complementary color
Monochromatic Colors of #8E6650
Black with #8E6650
Text Example
Text Example
White with #8E6650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6650; }
p { color: rgb(142,102,80); }
H1.HeaderClassName
{
color: #8E6650;
}
.AnyTagClassName
{
color: #8E6650;
}
</style>
background-color css
<style>
a { background-color: #8E6650; }
a { background-color: rgb(142,102,80); }
div.DivClassName
{
background-color: #8E6650;
}
.BgClassName
{
background-color: #8E6650;
}
</style>
border-color css
<style>
span { border-color: #8E6650; }
span { border-color: rgb(142,102,80); }
td.TdClassName
{
border-color: #8E6650;
}
.TagClassName
{
border-color: #8E6650;
}
</style>