Shades of Dark Chestnut #8D6A60
Tints of Dark Chestnut #8D6A60
RGB
CMYK
RGB Variations
Color information
#8D6A60 (or 0x8D6A60) is known color: Dark Chestnut. HEX triplet: 8D, 6A and 60. RGB value is (141,106,96). Sum of RGB (Red+Green+Blue) = 141+106+96=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6A60 is #72959F. Grayscale: #737373. Windows color (decimal): -7509408 or 6318733. OLE color: 6318733.
HSL color Cylindrical-coordinate representation of color #8D6A60: hue angle of 13.33º 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 #8D6A60 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 106 | 96 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.45 |
| HSL | 13.33º | 0.19% | 0.46% | - |
| HSV(B) | 13.33º | 0.32% | 0.55% | - |
| XYZ | 18.25 | 16.82 | 13.35 | - |
| YUV | 115.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 106 | 96 | 0 | 0.25 | 0.32 | 0.45 | 13.33 | 0.19 | 0.46 |
| Hex | 8D | 6A | 60 | 0 | 19 | 20 | 2D | D | 13 | 2E |
| Octal | 215 | 152 | 140 | 0 | 31 | 40 | 55 | 15 | 23 | 56 |
| Binary | 10001101 | 1101010 | 1100000 | 0 | 11001 | 100000 | 101101 | 1101 | 10011 | 101110 |
Color Harmonies of #8D6A60
Complementary color
Monochromatic Colors of #8D6A60
Black with #8D6A60
Text Example
Text Example
White with #8D6A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6A60; }
p { color: rgb(141,106,96); }
H1.HeaderClassName
{
color: #8D6A60;
}
.AnyTagClassName
{
color: #8D6A60;
}
</style>
background-color css
<style>
a { background-color: #8D6A60; }
a { background-color: rgb(141,106,96); }
div.DivClassName
{
background-color: #8D6A60;
}
.BgClassName
{
background-color: #8D6A60;
}
</style>
border-color css
<style>
span { border-color: #8D6A60; }
span { border-color: rgb(141,106,96); }
td.TdClassName
{
border-color: #8D6A60;
}
.TagClassName
{
border-color: #8D6A60;
}
</style>