Shades of Leather #8D6555
Tints of Leather #8D6555
RGB
CMYK
RGB Variations
Color information
#8D6555 (or 0x8D6555) is known color: Leather. HEX triplet: 8D, 65 and 55. RGB value is (141,101,85). Sum of RGB (Red+Green+Blue) = 141+101+85=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6555 is #729AAA. Grayscale: #6F6F6F. Windows color (decimal): -7510699 or 5596557. OLE color: 5596557.
HSL color Cylindrical-coordinate representation of color #8D6555: hue angle of 17.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D6555 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 85 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.45 |
| HSL | 17.14º | 0.25% | 0.44% | - |
| HSV(B) | 17.14º | 0.4% | 0.55% | - |
| XYZ | 17.28 | 15.63 | 10.7 | - |
| YUV | 111.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 85 | 0 | 0.28 | 0.40 | 0.45 | 17.14 | 0.25 | 0.44 |
| Hex | 8D | 65 | 55 | 0 | 1C | 28 | 2D | 11 | 19 | 2C |
| Octal | 215 | 145 | 125 | 0 | 34 | 50 | 55 | 21 | 31 | 54 |
| Binary | 10001101 | 1100101 | 1010101 | 0 | 11100 | 101000 | 101101 | 10001 | 11001 | 101100 |
Color Harmonies of #8D6555
Complementary color
Monochromatic Colors of #8D6555
Black with #8D6555
Text Example
Text Example
White with #8D6555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6555; }
p { color: rgb(141,101,85); }
H1.HeaderClassName
{
color: #8D6555;
}
.AnyTagClassName
{
color: #8D6555;
}
</style>
background-color css
<style>
a { background-color: #8D6555; }
a { background-color: rgb(141,101,85); }
div.DivClassName
{
background-color: #8D6555;
}
.BgClassName
{
background-color: #8D6555;
}
</style>
border-color css
<style>
span { border-color: #8D6555; }
span { border-color: rgb(141,101,85); }
td.TdClassName
{
border-color: #8D6555;
}
.TagClassName
{
border-color: #8D6555;
}
</style>