Shades of Dark Chestnut #996C5E
Tints of Dark Chestnut #996C5E
RGB
CMYK
RGB Variations
Color information
#996C5E (or 0x996C5E) is known color: Dark Chestnut. HEX triplet: 99, 6C and 5E. RGB value is (153,108,94). Sum of RGB (Red+Green+Blue) = 153+108+94=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #996C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C5E is #6693A1. Grayscale: #777777. Windows color (decimal): -6722466 or 6188185. OLE color: 6188185.
HSL color Cylindrical-coordinate representation of color #996C5E: hue angle of 14.24º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #996C5E is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 94 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.4 |
| HSL | 14.24º | 0.24% | 0.48% | - |
| HSV(B) | 14.24º | 0.39% | 0.6% | - |
| XYZ | 20.52 | 18.31 | 13.04 | - |
| YUV | 119.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 94 | 0 | 0.29 | 0.39 | 0.4 | 14.24 | 0.24 | 0.48 |
| Hex | 99 | 6C | 5E | 0 | 1D | 27 | 28 | E | 18 | 30 |
| Octal | 231 | 154 | 136 | 0 | 35 | 47 | 50 | 16 | 30 | 60 |
| Binary | 10011001 | 1101100 | 1011110 | 0 | 11101 | 100111 | 101000 | 1110 | 11000 | 110000 |
Color Harmonies of #996C5E
Complementary color
Monochromatic Colors of #996C5E
Black with #996C5E
Text Example
Text Example
White with #996C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C5E; }
p { color: rgb(153,108,94); }
H1.HeaderClassName
{
color: #996C5E;
}
.AnyTagClassName
{
color: #996C5E;
}
</style>
background-color css
<style>
a { background-color: #996C5E; }
a { background-color: rgb(153,108,94); }
div.DivClassName
{
background-color: #996C5E;
}
.BgClassName
{
background-color: #996C5E;
}
</style>
border-color css
<style>
span { border-color: #996C5E; }
span { border-color: rgb(153,108,94); }
td.TdClassName
{
border-color: #996C5E;
}
.TagClassName
{
border-color: #996C5E;
}
</style>