Shades of Leather #8C6958
Tints of Leather #8C6958
RGB
CMYK
RGB Variations
Color information
#8C6958 (or 0x8C6958) is known color: Leather. HEX triplet: 8C, 69 and 58. RGB value is (140,105,88). Sum of RGB (Red+Green+Blue) = 140+105+88=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6958 is #7396A7. Grayscale: #717171. Windows color (decimal): -7575208 or 5794188. OLE color: 5794188.
HSL color Cylindrical-coordinate representation of color #8C6958: hue angle of 19.62º 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 #8C6958 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 88 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.45 |
| HSL | 19.62º | 0.23% | 0.45% | - |
| HSV(B) | 19.62º | 0.37% | 0.55% | - |
| XYZ | 17.63 | 16.38 | 11.47 | - |
| YUV | 113.53 | 113.6 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 88 | 0 | 0.25 | 0.37 | 0.45 | 19.62 | 0.23 | 0.45 |
| Hex | 8C | 69 | 58 | 0 | 19 | 25 | 2D | 14 | 17 | 2D |
| Octal | 214 | 151 | 130 | 0 | 31 | 45 | 55 | 24 | 27 | 55 |
| Binary | 10001100 | 1101001 | 1011000 | 0 | 11001 | 100101 | 101101 | 10100 | 10111 | 101101 |
Color Harmonies of #8C6958
Complementary color
Monochromatic Colors of #8C6958
Black with #8C6958
Text Example
Text Example
White with #8C6958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6958; }
p { color: rgb(140,105,88); }
H1.HeaderClassName
{
color: #8C6958;
}
.AnyTagClassName
{
color: #8C6958;
}
</style>
background-color css
<style>
a { background-color: #8C6958; }
a { background-color: rgb(140,105,88); }
div.DivClassName
{
background-color: #8C6958;
}
.BgClassName
{
background-color: #8C6958;
}
</style>
border-color css
<style>
span { border-color: #8C6958; }
span { border-color: rgb(140,105,88); }
td.TdClassName
{
border-color: #8C6958;
}
.TagClassName
{
border-color: #8C6958;
}
</style>