Shades of Leather #8C6B58
Tints of Leather #8C6B58
RGB
CMYK
RGB Variations
Color information
#8C6B58 (or 0x8C6B58) is known color: Leather. HEX triplet: 8C, 6B and 58. RGB value is (140,107,88). Sum of RGB (Red+Green+Blue) = 140+107+88=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B58 is #7394A7. Grayscale: #727272. Windows color (decimal): -7574696 or 5794700. OLE color: 5794700.
HSL color Cylindrical-coordinate representation of color #8C6B58: hue angle of 21.92º 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 #8C6B58 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 107 | 88 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.45 |
| HSL | 21.92º | 0.23% | 0.45% | - |
| HSV(B) | 21.92º | 0.37% | 0.55% | - |
| XYZ | 17.83 | 16.8 | 11.53 | - |
| YUV | 114.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 88 | 0 | 0.24 | 0.37 | 0.45 | 21.92 | 0.23 | 0.45 |
| Hex | 8C | 6B | 58 | 0 | 18 | 25 | 2D | 16 | 17 | 2D |
| Octal | 214 | 153 | 130 | 0 | 30 | 45 | 55 | 26 | 27 | 55 |
| Binary | 10001100 | 1101011 | 1011000 | 0 | 11000 | 100101 | 101101 | 10110 | 10111 | 101101 |
Color Harmonies of #8C6B58
Complementary color
Monochromatic Colors of #8C6B58
Black with #8C6B58
Text Example
Text Example
White with #8C6B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6B58; }
p { color: rgb(140,107,88); }
H1.HeaderClassName
{
color: #8C6B58;
}
.AnyTagClassName
{
color: #8C6B58;
}
</style>
background-color css
<style>
a { background-color: #8C6B58; }
a { background-color: rgb(140,107,88); }
div.DivClassName
{
background-color: #8C6B58;
}
.BgClassName
{
background-color: #8C6B58;
}
</style>
border-color css
<style>
span { border-color: #8C6B58; }
span { border-color: rgb(140,107,88); }
td.TdClassName
{
border-color: #8C6B58;
}
.TagClassName
{
border-color: #8C6B58;
}
</style>