Shades of Leather #8C654C
Tints of Leather #8C654C
RGB
CMYK
RGB Variations
Color information
#8C654C (or 0x8C654C) is known color: Leather. HEX triplet: 8C, 65 and 4C. RGB value is (140,101,76). Sum of RGB (Red+Green+Blue) = 140+101+76=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C654C is #739AB3. Grayscale: #6D6D6D. Windows color (decimal): -7576244 or 5006732. OLE color: 5006732.
HSL color Cylindrical-coordinate representation of color #8C654C: hue angle of 23.44º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C654C is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 101 | 76 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.45 |
| HSL | 23.44º | 0.3% | 0.42% | - |
| HSV(B) | 23.44º | 0.46% | 0.55% | - |
| XYZ | 16.77 | 15.4 | 8.93 | - |
| YUV | 109.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 76 | 0 | 0.28 | 0.46 | 0.45 | 23.44 | 0.3 | 0.42 |
| Hex | 8C | 65 | 4C | 0 | 1C | 2E | 2D | 17 | 1E | 2A |
| Octal | 214 | 145 | 114 | 0 | 34 | 56 | 55 | 27 | 36 | 52 |
| Binary | 10001100 | 1100101 | 1001100 | 0 | 11100 | 101110 | 101101 | 10111 | 11110 | 101010 |
Color Harmonies of #8C654C
Complementary color
Monochromatic Colors of #8C654C
Black with #8C654C
Text Example
Text Example
White with #8C654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C654C; }
p { color: rgb(140,101,76); }
H1.HeaderClassName
{
color: #8C654C;
}
.AnyTagClassName
{
color: #8C654C;
}
</style>
background-color css
<style>
a { background-color: #8C654C; }
a { background-color: rgb(140,101,76); }
div.DivClassName
{
background-color: #8C654C;
}
.BgClassName
{
background-color: #8C654C;
}
</style>
border-color css
<style>
span { border-color: #8C654C; }
span { border-color: rgb(140,101,76); }
td.TdClassName
{
border-color: #8C654C;
}
.TagClassName
{
border-color: #8C654C;
}
</style>