Shades of Leather #8C6952
Tints of Leather #8C6952
RGB
CMYK
RGB Variations
Color information
#8C6952 (or 0x8C6952) is known color: Leather. HEX triplet: 8C, 69 and 52. RGB value is (140,105,82). Sum of RGB (Red+Green+Blue) = 140+105+82=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6952 is #7396AD. Grayscale: #707070. Windows color (decimal): -7575214 or 5400972. OLE color: 5400972.
HSL color Cylindrical-coordinate representation of color #8C6952: hue angle of 23.79º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C6952 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 82 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.45 |
| HSL | 23.79º | 0.26% | 0.44% | - |
| HSV(B) | 23.79º | 0.41% | 0.55% | - |
| XYZ | 17.39 | 16.29 | 10.21 | - |
| YUV | 112.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 82 | 0 | 0.25 | 0.41 | 0.45 | 23.79 | 0.26 | 0.44 |
| Hex | 8C | 69 | 52 | 0 | 19 | 29 | 2D | 18 | 1A | 2C |
| Octal | 214 | 151 | 122 | 0 | 31 | 51 | 55 | 30 | 32 | 54 |
| Binary | 10001100 | 1101001 | 1010010 | 0 | 11001 | 101001 | 101101 | 11000 | 11010 | 101100 |
Color Harmonies of #8C6952
Complementary color
Monochromatic Colors of #8C6952
Black with #8C6952
Text Example
Text Example
White with #8C6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6952; }
p { color: rgb(140,105,82); }
H1.HeaderClassName
{
color: #8C6952;
}
.AnyTagClassName
{
color: #8C6952;
}
</style>
background-color css
<style>
a { background-color: #8C6952; }
a { background-color: rgb(140,105,82); }
div.DivClassName
{
background-color: #8C6952;
}
.BgClassName
{
background-color: #8C6952;
}
</style>
border-color css
<style>
span { border-color: #8C6952; }
span { border-color: rgb(140,105,82); }
td.TdClassName
{
border-color: #8C6952;
}
.TagClassName
{
border-color: #8C6952;
}
</style>