Shades of Leather #8D6E55
Tints of Leather #8D6E55
RGB
CMYK
RGB Variations
Color information
#8D6E55 (or 0x8D6E55) is known color: Leather. HEX triplet: 8D, 6E and 55. RGB value is (141,110,85). Sum of RGB (Red+Green+Blue) = 141+110+85=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E55 is #7291AA. Grayscale: #747474. Windows color (decimal): -7508395 or 5598861. OLE color: 5598861.
HSL color Cylindrical-coordinate representation of color #8D6E55: hue angle of 26.79º 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 #8D6E55 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 110 | 85 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.45 |
| HSL | 26.79º | 0.25% | 0.44% | - |
| HSV(B) | 26.79º | 0.4% | 0.55% | - |
| XYZ | 18.2 | 17.47 | 11.01 | - |
| YUV | 116.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 85 | 0 | 0.22 | 0.40 | 0.45 | 26.79 | 0.25 | 0.44 |
| Hex | 8D | 6E | 55 | 0 | 16 | 28 | 2D | 1B | 19 | 2C |
| Octal | 215 | 156 | 125 | 0 | 26 | 50 | 55 | 33 | 31 | 54 |
| Binary | 10001101 | 1101110 | 1010101 | 0 | 10110 | 101000 | 101101 | 11011 | 11001 | 101100 |
Color Harmonies of #8D6E55
Complementary color
Monochromatic Colors of #8D6E55
Black with #8D6E55
Text Example
Text Example
White with #8D6E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6E55; }
p { color: rgb(141,110,85); }
H1.HeaderClassName
{
color: #8D6E55;
}
.AnyTagClassName
{
color: #8D6E55;
}
</style>
background-color css
<style>
a { background-color: #8D6E55; }
a { background-color: rgb(141,110,85); }
div.DivClassName
{
background-color: #8D6E55;
}
.BgClassName
{
background-color: #8D6E55;
}
</style>
border-color css
<style>
span { border-color: #8D6E55; }
span { border-color: rgb(141,110,85); }
td.TdClassName
{
border-color: #8D6E55;
}
.TagClassName
{
border-color: #8D6E55;
}
</style>