Shades of Dark Chestnut #8C6E65
Tints of Dark Chestnut #8C6E65
RGB
CMYK
RGB Variations
Color information
#8C6E65 (or 0x8C6E65) is known color: Dark Chestnut. HEX triplet: 8C, 6E and 65. RGB value is (140,110,101). Sum of RGB (Red+Green+Blue) = 140+110+101=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6E65 is #73919A. Grayscale: #767676. Windows color (decimal): -7573915 or 6647436. OLE color: 6647436.
HSL color Cylindrical-coordinate representation of color #8C6E65: hue angle of 13.85º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C6E65 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 110 | 101 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.45 |
| HSL | 13.85º | 0.16% | 0.47% | - |
| HSV(B) | 13.85º | 0.28% | 0.55% | - |
| XYZ | 18.74 | 17.67 | 14.73 | - |
| YUV | 117.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 101 | 0 | 0.21 | 0.28 | 0.45 | 13.85 | 0.16 | 0.47 |
| Hex | 8C | 6E | 65 | 0 | 15 | 1C | 2D | E | 10 | 2F |
| Octal | 214 | 156 | 145 | 0 | 25 | 34 | 55 | 16 | 20 | 57 |
| Binary | 10001100 | 1101110 | 1100101 | 0 | 10101 | 11100 | 101101 | 1110 | 10000 | 101111 |
Color Harmonies of #8C6E65
Complementary color
Monochromatic Colors of #8C6E65
Black with #8C6E65
Text Example
Text Example
White with #8C6E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6E65; }
p { color: rgb(140,110,101); }
H1.HeaderClassName
{
color: #8C6E65;
}
.AnyTagClassName
{
color: #8C6E65;
}
</style>
background-color css
<style>
a { background-color: #8C6E65; }
a { background-color: rgb(140,110,101); }
div.DivClassName
{
background-color: #8C6E65;
}
.BgClassName
{
background-color: #8C6E65;
}
</style>
border-color css
<style>
span { border-color: #8C6E65; }
span { border-color: rgb(140,110,101); }
td.TdClassName
{
border-color: #8C6E65;
}
.TagClassName
{
border-color: #8C6E65;
}
</style>