Shades of Leather #8C6D52
Tints of Leather #8C6D52
RGB
CMYK
RGB Variations
Color information
#8C6D52 (or 0x8C6D52) is known color: Leather. HEX triplet: 8C, 6D and 52. RGB value is (140,109,82). Sum of RGB (Red+Green+Blue) = 140+109+82=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6D52 is #7392AD. Grayscale: #737373. Windows color (decimal): -7574190 or 5401996. OLE color: 5401996.
HSL color Cylindrical-coordinate representation of color #8C6D52: hue angle of 27.93º 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 #8C6D52 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 109 | 82 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.45 |
| HSL | 27.93º | 0.26% | 0.44% | - |
| HSV(B) | 27.93º | 0.41% | 0.55% | - |
| XYZ | 17.81 | 17.12 | 10.35 | - |
| YUV | 115.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 109 | 82 | 0 | 0.22 | 0.41 | 0.45 | 27.93 | 0.26 | 0.44 |
| Hex | 8C | 6D | 52 | 0 | 16 | 29 | 2D | 1C | 1A | 2C |
| Octal | 214 | 155 | 122 | 0 | 26 | 51 | 55 | 34 | 32 | 54 |
| Binary | 10001100 | 1101101 | 1010010 | 0 | 10110 | 101001 | 101101 | 11100 | 11010 | 101100 |
Color Harmonies of #8C6D52
Complementary color
Monochromatic Colors of #8C6D52
Black with #8C6D52
Text Example
Text Example
White with #8C6D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6D52; }
p { color: rgb(140,109,82); }
H1.HeaderClassName
{
color: #8C6D52;
}
.AnyTagClassName
{
color: #8C6D52;
}
</style>
background-color css
<style>
a { background-color: #8C6D52; }
a { background-color: rgb(140,109,82); }
div.DivClassName
{
background-color: #8C6D52;
}
.BgClassName
{
background-color: #8C6D52;
}
</style>
border-color css
<style>
span { border-color: #8C6D52; }
span { border-color: rgb(140,109,82); }
td.TdClassName
{
border-color: #8C6D52;
}
.TagClassName
{
border-color: #8C6D52;
}
</style>