Shades of Leather #8C6652
Tints of Leather #8C6652
RGB
CMYK
RGB Variations
Color information
#8C6652 (or 0x8C6652) is known color: Leather. HEX triplet: 8C, 66 and 52. RGB value is (140,102,82). Sum of RGB (Red+Green+Blue) = 140+102+82=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6652 is #7399AD. Grayscale: #6F6F6F. Windows color (decimal): -7575982 or 5400204. OLE color: 5400204.
HSL color Cylindrical-coordinate representation of color #8C6652: hue angle of 20.69º 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 #8C6652 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 82 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.45 |
| HSL | 20.69º | 0.26% | 0.44% | - |
| HSV(B) | 20.69º | 0.41% | 0.55% | - |
| XYZ | 17.09 | 15.69 | 10.11 | - |
| YUV | 111.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 82 | 0 | 0.27 | 0.41 | 0.45 | 20.69 | 0.26 | 0.44 |
| Hex | 8C | 66 | 52 | 0 | 1B | 29 | 2D | 15 | 1A | 2C |
| Octal | 214 | 146 | 122 | 0 | 33 | 51 | 55 | 25 | 32 | 54 |
| Binary | 10001100 | 1100110 | 1010010 | 0 | 11011 | 101001 | 101101 | 10101 | 11010 | 101100 |
Color Harmonies of #8C6652
Complementary color
Monochromatic Colors of #8C6652
Black with #8C6652
Text Example
Text Example
White with #8C6652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6652; }
p { color: rgb(140,102,82); }
H1.HeaderClassName
{
color: #8C6652;
}
.AnyTagClassName
{
color: #8C6652;
}
</style>
background-color css
<style>
a { background-color: #8C6652; }
a { background-color: rgb(140,102,82); }
div.DivClassName
{
background-color: #8C6652;
}
.BgClassName
{
background-color: #8C6652;
}
</style>
border-color css
<style>
span { border-color: #8C6652; }
span { border-color: rgb(140,102,82); }
td.TdClassName
{
border-color: #8C6652;
}
.TagClassName
{
border-color: #8C6652;
}
</style>