Shades of Dark Chestnut #997066
Tints of Dark Chestnut #997066
RGB
CMYK
RGB Variations
Color information
#997066 (or 0x997066) is known color: Dark Chestnut. HEX triplet: 99, 70 and 66. RGB value is (153,112,102). Sum of RGB (Red+Green+Blue) = 153+112+102=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #997066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997066 is #668F99. Grayscale: #7B7B7B. Windows color (decimal): -6721434 or 6713497. OLE color: 6713497.
HSL color Cylindrical-coordinate representation of color #997066: hue angle of 11.76º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #997066 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 102 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.4 |
| HSL | 11.76º | 0.2% | 0.5% | - |
| HSV(B) | 11.76º | 0.33% | 0.6% | - |
| XYZ | 21.33 | 19.32 | 15.18 | - |
| YUV | 123.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 102 | 0 | 0.27 | 0.33 | 0.4 | 11.76 | 0.2 | 0.5 |
| Hex | 99 | 70 | 66 | 0 | 1B | 21 | 28 | C | 14 | 32 |
| Octal | 231 | 160 | 146 | 0 | 33 | 41 | 50 | 14 | 24 | 62 |
| Binary | 10011001 | 1110000 | 1100110 | 0 | 11011 | 100001 | 101000 | 1100 | 10100 | 110010 |
Color Harmonies of #997066
Complementary color
Monochromatic Colors of #997066
Black with #997066
Text Example
Text Example
White with #997066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997066; }
p { color: rgb(153,112,102); }
H1.HeaderClassName
{
color: #997066;
}
.AnyTagClassName
{
color: #997066;
}
</style>
background-color css
<style>
a { background-color: #997066; }
a { background-color: rgb(153,112,102); }
div.DivClassName
{
background-color: #997066;
}
.BgClassName
{
background-color: #997066;
}
</style>
border-color css
<style>
span { border-color: #997066; }
span { border-color: rgb(153,112,102); }
td.TdClassName
{
border-color: #997066;
}
.TagClassName
{
border-color: #997066;
}
</style>