Shades of Leather #8C6B57
Tints of Leather #8C6B57
RGB
CMYK
RGB Variations
Color information
#8C6B57 (or 0x8C6B57) is known color: Leather. HEX triplet: 8C, 6B and 57. RGB value is (140,107,87). Sum of RGB (Red+Green+Blue) = 140+107+87=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B57 is #7394A8. Grayscale: #727272. Windows color (decimal): -7574697 or 5729164. OLE color: 5729164.
HSL color Cylindrical-coordinate representation of color #8C6B57: hue angle of 22.64º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C6B57 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 107 | 87 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.45 |
| HSL | 22.64º | 0.23% | 0.45% | - |
| HSV(B) | 22.64º | 0.38% | 0.55% | - |
| XYZ | 17.79 | 16.78 | 11.32 | - |
| YUV | 114.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 87 | 0 | 0.24 | 0.38 | 0.45 | 22.64 | 0.23 | 0.45 |
| Hex | 8C | 6B | 57 | 0 | 18 | 26 | 2D | 17 | 17 | 2D |
| Octal | 214 | 153 | 127 | 0 | 30 | 46 | 55 | 27 | 27 | 55 |
| Binary | 10001100 | 1101011 | 1010111 | 0 | 11000 | 100110 | 101101 | 10111 | 10111 | 101101 |
Color Harmonies of #8C6B57
Complementary color
Monochromatic Colors of #8C6B57
Black with #8C6B57
Text Example
Text Example
White with #8C6B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6B57; }
p { color: rgb(140,107,87); }
H1.HeaderClassName
{
color: #8C6B57;
}
.AnyTagClassName
{
color: #8C6B57;
}
</style>
background-color css
<style>
a { background-color: #8C6B57; }
a { background-color: rgb(140,107,87); }
div.DivClassName
{
background-color: #8C6B57;
}
.BgClassName
{
background-color: #8C6B57;
}
</style>
border-color css
<style>
span { border-color: #8C6B57; }
span { border-color: rgb(140,107,87); }
td.TdClassName
{
border-color: #8C6B57;
}
.TagClassName
{
border-color: #8C6B57;
}
</style>