Shades of Dark Chestnut #996961
Tints of Dark Chestnut #996961
RGB
CMYK
RGB Variations
Color information
#996961 (or 0x996961) is known color: Dark Chestnut. HEX triplet: 99, 69 and 61. RGB value is (153,105,97). Sum of RGB (Red+Green+Blue) = 153+105+97=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #996961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996961 is #66969E. Grayscale: #767676. Windows color (decimal): -6723231 or 6384025. OLE color: 6384025.
HSL color Cylindrical-coordinate representation of color #996961: hue angle of 8.57º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996961 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 97 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.4 |
| HSL | 8.57º | 0.22% | 0.49% | - |
| HSV(B) | 8.57º | 0.37% | 0.6% | - |
| XYZ | 20.35 | 17.74 | 13.66 | - |
| YUV | 118.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 97 | 0 | 0.31 | 0.37 | 0.4 | 8.57 | 0.22 | 0.49 |
| Hex | 99 | 69 | 61 | 0 | 1F | 25 | 28 | 9 | 16 | 31 |
| Octal | 231 | 151 | 141 | 0 | 37 | 45 | 50 | 11 | 26 | 61 |
| Binary | 10011001 | 1101001 | 1100001 | 0 | 11111 | 100101 | 101000 | 1001 | 10110 | 110001 |
Color Harmonies of #996961
Complementary color
Monochromatic Colors of #996961
Black with #996961
Text Example
Text Example
White with #996961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996961; }
p { color: rgb(153,105,97); }
H1.HeaderClassName
{
color: #996961;
}
.AnyTagClassName
{
color: #996961;
}
</style>
background-color css
<style>
a { background-color: #996961; }
a { background-color: rgb(153,105,97); }
div.DivClassName
{
background-color: #996961;
}
.BgClassName
{
background-color: #996961;
}
</style>
border-color css
<style>
span { border-color: #996961; }
span { border-color: rgb(153,105,97); }
td.TdClassName
{
border-color: #996961;
}
.TagClassName
{
border-color: #996961;
}
</style>