Shades of Leather #8D6A58
Tints of Leather #8D6A58
RGB
CMYK
RGB Variations
Color information
#8D6A58 (or 0x8D6A58) is known color: Leather. HEX triplet: 8D, 6A and 58. RGB value is (141,106,88). Sum of RGB (Red+Green+Blue) = 141+106+88=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6A58 is #7295A7. Grayscale: #727272. Windows color (decimal): -7509416 or 5794445. OLE color: 5794445.
HSL color Cylindrical-coordinate representation of color #8D6A58: hue angle of 20.38º 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 #8D6A58 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 106 | 88 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.45 |
| HSL | 20.38º | 0.23% | 0.45% | - |
| HSV(B) | 20.38º | 0.38% | 0.55% | - |
| XYZ | 17.9 | 16.68 | 11.51 | - |
| YUV | 114.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 106 | 88 | 0 | 0.25 | 0.38 | 0.45 | 20.38 | 0.23 | 0.45 |
| Hex | 8D | 6A | 58 | 0 | 19 | 26 | 2D | 14 | 17 | 2D |
| Octal | 215 | 152 | 130 | 0 | 31 | 46 | 55 | 24 | 27 | 55 |
| Binary | 10001101 | 1101010 | 1011000 | 0 | 11001 | 100110 | 101101 | 10100 | 10111 | 101101 |
Color Harmonies of #8D6A58
Complementary color
Monochromatic Colors of #8D6A58
Black with #8D6A58
Text Example
Text Example
White with #8D6A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6A58; }
p { color: rgb(141,106,88); }
H1.HeaderClassName
{
color: #8D6A58;
}
.AnyTagClassName
{
color: #8D6A58;
}
</style>
background-color css
<style>
a { background-color: #8D6A58; }
a { background-color: rgb(141,106,88); }
div.DivClassName
{
background-color: #8D6A58;
}
.BgClassName
{
background-color: #8D6A58;
}
</style>
border-color css
<style>
span { border-color: #8D6A58; }
span { border-color: rgb(141,106,88); }
td.TdClassName
{
border-color: #8D6A58;
}
.TagClassName
{
border-color: #8D6A58;
}
</style>