Shades of Dark Chestnut #8D6760
Tints of Dark Chestnut #8D6760
RGB
CMYK
RGB Variations
Color information
#8D6760 (or 0x8D6760) is known color: Dark Chestnut. HEX triplet: 8D, 67 and 60. RGB value is (141,103,96). Sum of RGB (Red+Green+Blue) = 141+103+96=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6760 is #72989F. Grayscale: #717171. Windows color (decimal): -7510176 or 6317965. OLE color: 6317965.
HSL color Cylindrical-coordinate representation of color #8D6760: hue angle of 9.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 #8D6760 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 103 | 96 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.45 |
| HSL | 9.33º | 0.19% | 0.46% | - |
| HSV(B) | 9.33º | 0.32% | 0.55% | - |
| XYZ | 17.95 | 16.21 | 13.25 | - |
| YUV | 113.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 96 | 0 | 0.27 | 0.32 | 0.45 | 9.33 | 0.19 | 0.46 |
| Hex | 8D | 67 | 60 | 0 | 1B | 20 | 2D | 9 | 13 | 2E |
| Octal | 215 | 147 | 140 | 0 | 33 | 40 | 55 | 11 | 23 | 56 |
| Binary | 10001101 | 1100111 | 1100000 | 0 | 11011 | 100000 | 101101 | 1001 | 10011 | 101110 |
Color Harmonies of #8D6760
Complementary color
Monochromatic Colors of #8D6760
Black with #8D6760
Text Example
Text Example
White with #8D6760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6760; }
p { color: rgb(141,103,96); }
H1.HeaderClassName
{
color: #8D6760;
}
.AnyTagClassName
{
color: #8D6760;
}
</style>
background-color css
<style>
a { background-color: #8D6760; }
a { background-color: rgb(141,103,96); }
div.DivClassName
{
background-color: #8D6760;
}
.BgClassName
{
background-color: #8D6760;
}
</style>
border-color css
<style>
span { border-color: #8D6760; }
span { border-color: rgb(141,103,96); }
td.TdClassName
{
border-color: #8D6760;
}
.TagClassName
{
border-color: #8D6760;
}
</style>