Shades of Leather #8C6653
Tints of Leather #8C6653
RGB
CMYK
RGB Variations
Color information
#8C6653 (or 0x8C6653) is known color: Leather. HEX triplet: 8C, 66 and 53. RGB value is (140,102,83). Sum of RGB (Red+Green+Blue) = 140+102+83=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6653 is #7399AC. Grayscale: #6F6F6F. Windows color (decimal): -7575981 or 5465740. OLE color: 5465740.
HSL color Cylindrical-coordinate representation of color #8C6653: hue angle of 20º 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 #8C6653 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 83 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.45 |
| HSL | 20º | 0.26% | 0.44% | - |
| HSV(B) | 20º | 0.41% | 0.55% | - |
| XYZ | 17.13 | 15.7 | 10.31 | - |
| YUV | 111.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 83 | 0 | 0.27 | 0.41 | 0.45 | 20 | 0.26 | 0.44 |
| Hex | 8C | 66 | 53 | 0 | 1B | 29 | 2D | 14 | 1A | 2C |
| Octal | 214 | 146 | 123 | 0 | 33 | 51 | 55 | 24 | 32 | 54 |
| Binary | 10001100 | 1100110 | 1010011 | 0 | 11011 | 101001 | 101101 | 10100 | 11010 | 101100 |
Color Harmonies of #8C6653
Complementary color
Monochromatic Colors of #8C6653
Black with #8C6653
Text Example
Text Example
White with #8C6653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6653; }
p { color: rgb(140,102,83); }
H1.HeaderClassName
{
color: #8C6653;
}
.AnyTagClassName
{
color: #8C6653;
}
</style>
background-color css
<style>
a { background-color: #8C6653; }
a { background-color: rgb(140,102,83); }
div.DivClassName
{
background-color: #8C6653;
}
.BgClassName
{
background-color: #8C6653;
}
</style>
border-color css
<style>
span { border-color: #8C6653; }
span { border-color: rgb(140,102,83); }
td.TdClassName
{
border-color: #8C6653;
}
.TagClassName
{
border-color: #8C6653;
}
</style>