Shades of Dark Chestnut #8D6660
Tints of Dark Chestnut #8D6660
RGB
CMYK
RGB Variations
Color information
#8D6660 (or 0x8D6660) is known color: Dark Chestnut. HEX triplet: 8D, 66 and 60. RGB value is (141,102,96). Sum of RGB (Red+Green+Blue) = 141+102+96=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6660 is #72999F. Grayscale: #717171. Windows color (decimal): -7510432 or 6317709. OLE color: 6317709.
HSL color Cylindrical-coordinate representation of color #8D6660: hue angle of 8º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D6660 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 96 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.45 |
| HSL | 8º | 0.19% | 0.46% | - |
| HSV(B) | 8º | 0.32% | 0.55% | - |
| XYZ | 17.85 | 16.01 | 13.22 | - |
| YUV | 112.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 96 | 0 | 0.28 | 0.32 | 0.45 | 8 | 0.19 | 0.46 |
| Hex | 8D | 66 | 60 | 0 | 1C | 20 | 2D | 8 | 13 | 2E |
| Octal | 215 | 146 | 140 | 0 | 34 | 40 | 55 | 10 | 23 | 56 |
| Binary | 10001101 | 1100110 | 1100000 | 0 | 11100 | 100000 | 101101 | 1000 | 10011 | 101110 |
Color Harmonies of #8D6660
Complementary color
Monochromatic Colors of #8D6660
Black with #8D6660
Text Example
Text Example
White with #8D6660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6660; }
p { color: rgb(141,102,96); }
H1.HeaderClassName
{
color: #8D6660;
}
.AnyTagClassName
{
color: #8D6660;
}
</style>
background-color css
<style>
a { background-color: #8D6660; }
a { background-color: rgb(141,102,96); }
div.DivClassName
{
background-color: #8D6660;
}
.BgClassName
{
background-color: #8D6660;
}
</style>
border-color css
<style>
span { border-color: #8D6660; }
span { border-color: rgb(141,102,96); }
td.TdClassName
{
border-color: #8D6660;
}
.TagClassName
{
border-color: #8D6660;
}
</style>