Shades of Leather #8C6750
Tints of Leather #8C6750
RGB
CMYK
RGB Variations
Color information
#8C6750 (or 0x8C6750) is known color: Leather. HEX triplet: 8C, 67 and 50. RGB value is (140,103,80). Sum of RGB (Red+Green+Blue) = 140+103+80=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6750 is #7398AF. Grayscale: #6F6F6F. Windows color (decimal): -7575728 or 5269388. OLE color: 5269388.
HSL color Cylindrical-coordinate representation of color #8C6750: hue angle of 23º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C6750 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 103 | 80 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.45 |
| HSL | 23º | 0.27% | 0.43% | - |
| HSV(B) | 23º | 0.43% | 0.55% | - |
| XYZ | 17.11 | 15.86 | 9.75 | - |
| YUV | 111.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 103 | 80 | 0 | 0.26 | 0.43 | 0.45 | 23 | 0.27 | 0.43 |
| Hex | 8C | 67 | 50 | 0 | 1A | 2B | 2D | 17 | 1B | 2B |
| Octal | 214 | 147 | 120 | 0 | 32 | 53 | 55 | 27 | 33 | 53 |
| Binary | 10001100 | 1100111 | 1010000 | 0 | 11010 | 101011 | 101101 | 10111 | 11011 | 101011 |
Color Harmonies of #8C6750
Complementary color
Monochromatic Colors of #8C6750
Black with #8C6750
Text Example
Text Example
White with #8C6750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6750; }
p { color: rgb(140,103,80); }
H1.HeaderClassName
{
color: #8C6750;
}
.AnyTagClassName
{
color: #8C6750;
}
</style>
background-color css
<style>
a { background-color: #8C6750; }
a { background-color: rgb(140,103,80); }
div.DivClassName
{
background-color: #8C6750;
}
.BgClassName
{
background-color: #8C6750;
}
</style>
border-color css
<style>
span { border-color: #8C6750; }
span { border-color: rgb(140,103,80); }
td.TdClassName
{
border-color: #8C6750;
}
.TagClassName
{
border-color: #8C6750;
}
</style>