Shades of Leather #8C6B59
Tints of Leather #8C6B59
RGB
CMYK
RGB Variations
Color information
#8C6B59 (or 0x8C6B59) is known color: Leather. HEX triplet: 8C, 6B and 59. RGB value is (140,107,89). Sum of RGB (Red+Green+Blue) = 140+107+89=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B59 is #7394A6. Grayscale: #727272. Windows color (decimal): -7574695 or 5860236. OLE color: 5860236.
HSL color Cylindrical-coordinate representation of color #8C6B59: hue angle of 21.18º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C6B59 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 107 | 89 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.45 |
| HSL | 21.18º | 0.22% | 0.45% | - |
| HSV(B) | 21.18º | 0.36% | 0.55% | - |
| XYZ | 17.88 | 16.81 | 11.75 | - |
| YUV | 114.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 89 | 0 | 0.24 | 0.36 | 0.45 | 21.18 | 0.22 | 0.45 |
| Hex | 8C | 6B | 59 | 0 | 18 | 24 | 2D | 15 | 16 | 2D |
| Octal | 214 | 153 | 131 | 0 | 30 | 44 | 55 | 25 | 26 | 55 |
| Binary | 10001100 | 1101011 | 1011001 | 0 | 11000 | 100100 | 101101 | 10101 | 10110 | 101101 |
Color Harmonies of #8C6B59
Complementary color
Monochromatic Colors of #8C6B59
Black with #8C6B59
Text Example
Text Example
White with #8C6B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6B59; }
p { color: rgb(140,107,89); }
H1.HeaderClassName
{
color: #8C6B59;
}
.AnyTagClassName
{
color: #8C6B59;
}
</style>
background-color css
<style>
a { background-color: #8C6B59; }
a { background-color: rgb(140,107,89); }
div.DivClassName
{
background-color: #8C6B59;
}
.BgClassName
{
background-color: #8C6B59;
}
</style>
border-color css
<style>
span { border-color: #8C6B59; }
span { border-color: rgb(140,107,89); }
td.TdClassName
{
border-color: #8C6B59;
}
.TagClassName
{
border-color: #8C6B59;
}
</style>