Shades of Dark Chestnut #8C6960
Tints of Dark Chestnut #8C6960
RGB
CMYK
RGB Variations
Color information
#8C6960 (or 0x8C6960) is known color: Dark Chestnut. HEX triplet: 8C, 69 and 60. RGB value is (140,105,96). Sum of RGB (Red+Green+Blue) = 140+105+96=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6960 is #73969F. Grayscale: #727272. Windows color (decimal): -7575200 or 6318476. OLE color: 6318476.
HSL color Cylindrical-coordinate representation of color #8C6960: hue angle of 12.27º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6960 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 96 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.45 |
| HSL | 12.27º | 0.19% | 0.46% | - |
| HSV(B) | 12.27º | 0.31% | 0.55% | - |
| XYZ | 17.98 | 16.52 | 13.31 | - |
| YUV | 114.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 96 | 0 | 0.25 | 0.31 | 0.45 | 12.27 | 0.19 | 0.46 |
| Hex | 8C | 69 | 60 | 0 | 19 | 1F | 2D | C | 13 | 2E |
| Octal | 214 | 151 | 140 | 0 | 31 | 37 | 55 | 14 | 23 | 56 |
| Binary | 10001100 | 1101001 | 1100000 | 0 | 11001 | 11111 | 101101 | 1100 | 10011 | 101110 |
Color Harmonies of #8C6960
Complementary color
Monochromatic Colors of #8C6960
Black with #8C6960
Text Example
Text Example
White with #8C6960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6960; }
p { color: rgb(140,105,96); }
H1.HeaderClassName
{
color: #8C6960;
}
.AnyTagClassName
{
color: #8C6960;
}
</style>
background-color css
<style>
a { background-color: #8C6960; }
a { background-color: rgb(140,105,96); }
div.DivClassName
{
background-color: #8C6960;
}
.BgClassName
{
background-color: #8C6960;
}
</style>
border-color css
<style>
span { border-color: #8C6960; }
span { border-color: rgb(140,105,96); }
td.TdClassName
{
border-color: #8C6960;
}
.TagClassName
{
border-color: #8C6960;
}
</style>