Shades of Leather #8C6853
Tints of Leather #8C6853
RGB
CMYK
RGB Variations
Color information
#8C6853 (or 0x8C6853) is known color: Leather. HEX triplet: 8C, 68 and 53. RGB value is (140,104,83). Sum of RGB (Red+Green+Blue) = 140+104+83=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6853 is #7397AC. Grayscale: #707070. Windows color (decimal): -7575469 or 5466252. OLE color: 5466252.
HSL color Cylindrical-coordinate representation of color #8C6853: hue angle of 22.11º 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 #8C6853 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 104 | 83 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.45 |
| HSL | 22.11º | 0.26% | 0.44% | - |
| HSV(B) | 22.11º | 0.41% | 0.55% | - |
| XYZ | 17.33 | 16.1 | 10.38 | - |
| YUV | 112.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 83 | 0 | 0.26 | 0.41 | 0.45 | 22.11 | 0.26 | 0.44 |
| Hex | 8C | 68 | 53 | 0 | 1A | 29 | 2D | 16 | 1A | 2C |
| Octal | 214 | 150 | 123 | 0 | 32 | 51 | 55 | 26 | 32 | 54 |
| Binary | 10001100 | 1101000 | 1010011 | 0 | 11010 | 101001 | 101101 | 10110 | 11010 | 101100 |
Color Harmonies of #8C6853
Complementary color
Monochromatic Colors of #8C6853
Black with #8C6853
Text Example
Text Example
White with #8C6853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6853; }
p { color: rgb(140,104,83); }
H1.HeaderClassName
{
color: #8C6853;
}
.AnyTagClassName
{
color: #8C6853;
}
</style>
background-color css
<style>
a { background-color: #8C6853; }
a { background-color: rgb(140,104,83); }
div.DivClassName
{
background-color: #8C6853;
}
.BgClassName
{
background-color: #8C6853;
}
</style>
border-color css
<style>
span { border-color: #8C6853; }
span { border-color: rgb(140,104,83); }
td.TdClassName
{
border-color: #8C6853;
}
.TagClassName
{
border-color: #8C6853;
}
</style>