Shades of Leather #8C6752
Tints of Leather #8C6752
RGB
CMYK
RGB Variations
Color information
#8C6752 (or 0x8C6752) is known color: Leather. HEX triplet: 8C, 67 and 52. RGB value is (140,103,82). Sum of RGB (Red+Green+Blue) = 140+103+82=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6752 is #7398AD. Grayscale: #6F6F6F. Windows color (decimal): -7575726 or 5400460. OLE color: 5400460.
HSL color Cylindrical-coordinate representation of color #8C6752: hue angle of 21.72º 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 #8C6752 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 103 | 82 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.45 |
| HSL | 21.72º | 0.26% | 0.44% | - |
| HSV(B) | 21.72º | 0.41% | 0.55% | - |
| XYZ | 17.19 | 15.89 | 10.14 | - |
| YUV | 111.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 103 | 82 | 0 | 0.26 | 0.41 | 0.45 | 21.72 | 0.26 | 0.44 |
| Hex | 8C | 67 | 52 | 0 | 1A | 29 | 2D | 16 | 1A | 2C |
| Octal | 214 | 147 | 122 | 0 | 32 | 51 | 55 | 26 | 32 | 54 |
| Binary | 10001100 | 1100111 | 1010010 | 0 | 11010 | 101001 | 101101 | 10110 | 11010 | 101100 |
Color Harmonies of #8C6752
Complementary color
Monochromatic Colors of #8C6752
Black with #8C6752
Text Example
Text Example
White with #8C6752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6752; }
p { color: rgb(140,103,82); }
H1.HeaderClassName
{
color: #8C6752;
}
.AnyTagClassName
{
color: #8C6752;
}
</style>
background-color css
<style>
a { background-color: #8C6752; }
a { background-color: rgb(140,103,82); }
div.DivClassName
{
background-color: #8C6752;
}
.BgClassName
{
background-color: #8C6752;
}
</style>
border-color css
<style>
span { border-color: #8C6752; }
span { border-color: rgb(140,103,82); }
td.TdClassName
{
border-color: #8C6752;
}
.TagClassName
{
border-color: #8C6752;
}
</style>