Shades of Dark Chestnut #996C64
Tints of Dark Chestnut #996C64
RGB
CMYK
RGB Variations
Color information
#996C64 (or 0x996C64) is known color: Dark Chestnut. HEX triplet: 99, 6C and 64. RGB value is (153,108,100). Sum of RGB (Red+Green+Blue) = 153+108+100=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #996C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C64 is #66939B. Grayscale: #787878. Windows color (decimal): -6722460 or 6581401. OLE color: 6581401.
HSL color Cylindrical-coordinate representation of color #996C64: hue angle of 9.06º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996C64 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 100 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.4 |
| HSL | 9.06º | 0.21% | 0.5% | - |
| HSV(B) | 9.06º | 0.35% | 0.6% | - |
| XYZ | 20.8 | 18.42 | 14.52 | - |
| YUV | 120.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 100 | 0 | 0.29 | 0.35 | 0.4 | 9.06 | 0.21 | 0.5 |
| Hex | 99 | 6C | 64 | 0 | 1D | 23 | 28 | 9 | 15 | 32 |
| Octal | 231 | 154 | 144 | 0 | 35 | 43 | 50 | 11 | 25 | 62 |
| Binary | 10011001 | 1101100 | 1100100 | 0 | 11101 | 100011 | 101000 | 1001 | 10101 | 110010 |
Color Harmonies of #996C64
Complementary color
Monochromatic Colors of #996C64
Black with #996C64
Text Example
Text Example
White with #996C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C64; }
p { color: rgb(153,108,100); }
H1.HeaderClassName
{
color: #996C64;
}
.AnyTagClassName
{
color: #996C64;
}
</style>
background-color css
<style>
a { background-color: #996C64; }
a { background-color: rgb(153,108,100); }
div.DivClassName
{
background-color: #996C64;
}
.BgClassName
{
background-color: #996C64;
}
</style>
border-color css
<style>
span { border-color: #996C64; }
span { border-color: rgb(153,108,100); }
td.TdClassName
{
border-color: #996C64;
}
.TagClassName
{
border-color: #996C64;
}
</style>