Shades of Leather #8C6657
Tints of Leather #8C6657
RGB
CMYK
RGB Variations
Color information
#8C6657 (or 0x8C6657) is known color: Leather. HEX triplet: 8C, 66 and 57. RGB value is (140,102,87). Sum of RGB (Red+Green+Blue) = 140+102+87=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6657 is #7399A8. Grayscale: #6F6F6F. Windows color (decimal): -7575977 or 5727884. OLE color: 5727884.
HSL color Cylindrical-coordinate representation of color #8C6657: hue angle of 16.98º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C6657 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 87 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.45 |
| HSL | 16.98º | 0.23% | 0.45% | - |
| HSV(B) | 16.98º | 0.38% | 0.55% | - |
| XYZ | 17.29 | 15.77 | 11.15 | - |
| YUV | 111.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 87 | 0 | 0.27 | 0.38 | 0.45 | 16.98 | 0.23 | 0.45 |
| Hex | 8C | 66 | 57 | 0 | 1B | 26 | 2D | 11 | 17 | 2D |
| Octal | 214 | 146 | 127 | 0 | 33 | 46 | 55 | 21 | 27 | 55 |
| Binary | 10001100 | 1100110 | 1010111 | 0 | 11011 | 100110 | 101101 | 10001 | 10111 | 101101 |
Color Harmonies of #8C6657
Complementary color
Monochromatic Colors of #8C6657
Black with #8C6657
Text Example
Text Example
White with #8C6657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6657; }
p { color: rgb(140,102,87); }
H1.HeaderClassName
{
color: #8C6657;
}
.AnyTagClassName
{
color: #8C6657;
}
</style>
background-color css
<style>
a { background-color: #8C6657; }
a { background-color: rgb(140,102,87); }
div.DivClassName
{
background-color: #8C6657;
}
.BgClassName
{
background-color: #8C6657;
}
</style>
border-color css
<style>
span { border-color: #8C6657; }
span { border-color: rgb(140,102,87); }
td.TdClassName
{
border-color: #8C6657;
}
.TagClassName
{
border-color: #8C6657;
}
</style>