Shades of Leather #8D6658
Tints of Leather #8D6658
RGB
CMYK
RGB Variations
Color information
#8D6658 (or 0x8D6658) is known color: Leather. HEX triplet: 8D, 66 and 58. RGB value is (141,102,88). Sum of RGB (Red+Green+Blue) = 141+102+88=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6658 is #7299A7. Grayscale: #707070. Windows color (decimal): -7510440 or 5793421. OLE color: 5793421.
HSL color Cylindrical-coordinate representation of color #8D6658: hue angle of 15.85º 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 #8D6658 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 88 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.45 |
| HSL | 15.85º | 0.23% | 0.45% | - |
| HSV(B) | 15.85º | 0.38% | 0.55% | - |
| XYZ | 17.5 | 15.87 | 11.37 | - |
| YUV | 112.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 88 | 0 | 0.28 | 0.38 | 0.45 | 15.85 | 0.23 | 0.45 |
| Hex | 8D | 66 | 58 | 0 | 1C | 26 | 2D | 10 | 17 | 2D |
| Octal | 215 | 146 | 130 | 0 | 34 | 46 | 55 | 20 | 27 | 55 |
| Binary | 10001101 | 1100110 | 1011000 | 0 | 11100 | 100110 | 101101 | 10000 | 10111 | 101101 |
Color Harmonies of #8D6658
Complementary color
Monochromatic Colors of #8D6658
Black with #8D6658
Text Example
Text Example
White with #8D6658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6658; }
p { color: rgb(141,102,88); }
H1.HeaderClassName
{
color: #8D6658;
}
.AnyTagClassName
{
color: #8D6658;
}
</style>
background-color css
<style>
a { background-color: #8D6658; }
a { background-color: rgb(141,102,88); }
div.DivClassName
{
background-color: #8D6658;
}
.BgClassName
{
background-color: #8D6658;
}
</style>
border-color css
<style>
span { border-color: #8D6658; }
span { border-color: rgb(141,102,88); }
td.TdClassName
{
border-color: #8D6658;
}
.TagClassName
{
border-color: #8D6658;
}
</style>