Shades of Leather #8D6859
Tints of Leather #8D6859
RGB
CMYK
RGB Variations
Color information
#8D6859 (or 0x8D6859) is known color: Leather. HEX triplet: 8D, 68 and 59. RGB value is (141,104,89). Sum of RGB (Red+Green+Blue) = 141+104+89=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6859 is #7297A6. Grayscale: #717171. Windows color (decimal): -7509927 or 5859469. OLE color: 5859469.
HSL color Cylindrical-coordinate representation of color #8D6859: hue angle of 17.31º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D6859 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 104 | 89 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.45 |
| HSL | 17.31º | 0.23% | 0.45% | - |
| HSV(B) | 17.31º | 0.37% | 0.55% | - |
| XYZ | 17.74 | 16.28 | 11.66 | - |
| YUV | 113.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 89 | 0 | 0.26 | 0.37 | 0.45 | 17.31 | 0.23 | 0.45 |
| Hex | 8D | 68 | 59 | 0 | 1A | 25 | 2D | 11 | 17 | 2D |
| Octal | 215 | 150 | 131 | 0 | 32 | 45 | 55 | 21 | 27 | 55 |
| Binary | 10001101 | 1101000 | 1011001 | 0 | 11010 | 100101 | 101101 | 10001 | 10111 | 101101 |
Color Harmonies of #8D6859
Complementary color
Monochromatic Colors of #8D6859
Black with #8D6859
Text Example
Text Example
White with #8D6859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6859; }
p { color: rgb(141,104,89); }
H1.HeaderClassName
{
color: #8D6859;
}
.AnyTagClassName
{
color: #8D6859;
}
</style>
background-color css
<style>
a { background-color: #8D6859; }
a { background-color: rgb(141,104,89); }
div.DivClassName
{
background-color: #8D6859;
}
.BgClassName
{
background-color: #8D6859;
}
</style>
border-color css
<style>
span { border-color: #8D6859; }
span { border-color: rgb(141,104,89); }
td.TdClassName
{
border-color: #8D6859;
}
.TagClassName
{
border-color: #8D6859;
}
</style>