Shades of Dark Chestnut #8C6259
Tints of Dark Chestnut #8C6259
RGB
CMYK
RGB Variations
Color information
#8C6259 (or 0x8C6259) is known color: Dark Chestnut. HEX triplet: 8C, 62 and 59. RGB value is (140,98,89). Sum of RGB (Red+Green+Blue) = 140+98+89=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6259 is #739DA6. Grayscale: #6D6D6D. Windows color (decimal): -7576999 or 5857932. OLE color: 5857932.
HSL color Cylindrical-coordinate representation of color #8C6259: hue angle of 10.59º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C6259 is Cyan = 0, Magento = 0.3, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 89 | - |
| CMYK | 0 | 0.3 | 0.36 | 0.45 |
| HSL | 10.59º | 0.22% | 0.45% | - |
| HSV(B) | 10.59º | 0.36% | 0.55% | - |
| XYZ | 16.99 | 15.03 | 11.46 | - |
| YUV | 109.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 89 | 0 | 0.3 | 0.36 | 0.45 | 10.59 | 0.22 | 0.45 |
| Hex | 8C | 62 | 59 | 0 | 1E | 24 | 2D | B | 16 | 2D |
| Octal | 214 | 142 | 131 | 0 | 36 | 44 | 55 | 13 | 26 | 55 |
| Binary | 10001100 | 1100010 | 1011001 | 0 | 11110 | 100100 | 101101 | 1011 | 10110 | 101101 |
Color Harmonies of #8C6259
Complementary color
Monochromatic Colors of #8C6259
Black with #8C6259
Text Example
Text Example
White with #8C6259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6259; }
p { color: rgb(140,98,89); }
H1.HeaderClassName
{
color: #8C6259;
}
.AnyTagClassName
{
color: #8C6259;
}
</style>
background-color css
<style>
a { background-color: #8C6259; }
a { background-color: rgb(140,98,89); }
div.DivClassName
{
background-color: #8C6259;
}
.BgClassName
{
background-color: #8C6259;
}
</style>
border-color css
<style>
span { border-color: #8C6259; }
span { border-color: rgb(140,98,89); }
td.TdClassName
{
border-color: #8C6259;
}
.TagClassName
{
border-color: #8C6259;
}
</style>