Shades of Leather #8C6955
Tints of Leather #8C6955
RGB
CMYK
RGB Variations
Color information
#8C6955 (or 0x8C6955) is known color: Leather. HEX triplet: 8C, 69 and 55. RGB value is (140,105,85). Sum of RGB (Red+Green+Blue) = 140+105+85=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6955 is #7396AA. Grayscale: #717171. Windows color (decimal): -7575211 or 5597580. OLE color: 5597580.
HSL color Cylindrical-coordinate representation of color #8C6955: hue angle of 21.82º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C6955 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 85 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.45 |
| HSL | 21.82º | 0.24% | 0.44% | - |
| HSV(B) | 21.82º | 0.39% | 0.55% | - |
| XYZ | 17.51 | 16.33 | 10.82 | - |
| YUV | 113.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 85 | 0 | 0.25 | 0.39 | 0.45 | 21.82 | 0.24 | 0.44 |
| Hex | 8C | 69 | 55 | 0 | 19 | 27 | 2D | 16 | 18 | 2C |
| Octal | 214 | 151 | 125 | 0 | 31 | 47 | 55 | 26 | 30 | 54 |
| Binary | 10001100 | 1101001 | 1010101 | 0 | 11001 | 100111 | 101101 | 10110 | 11000 | 101100 |
Color Harmonies of #8C6955
Complementary color
Monochromatic Colors of #8C6955
Black with #8C6955
Text Example
Text Example
White with #8C6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6955; }
p { color: rgb(140,105,85); }
H1.HeaderClassName
{
color: #8C6955;
}
.AnyTagClassName
{
color: #8C6955;
}
</style>
background-color css
<style>
a { background-color: #8C6955; }
a { background-color: rgb(140,105,85); }
div.DivClassName
{
background-color: #8C6955;
}
.BgClassName
{
background-color: #8C6955;
}
</style>
border-color css
<style>
span { border-color: #8C6955; }
span { border-color: rgb(140,105,85); }
td.TdClassName
{
border-color: #8C6955;
}
.TagClassName
{
border-color: #8C6955;
}
</style>