Shades of Dark Chestnut #966F66
Tints of Dark Chestnut #966F66
RGB
CMYK
RGB Variations
Color information
#966F66 (or 0x966F66) is known color: Dark Chestnut. HEX triplet: 96, 6F and 66. RGB value is (150,111,102). Sum of RGB (Red+Green+Blue) = 150+111+102=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #966F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F66 is #699099. Grayscale: #797979. Windows color (decimal): -6918298 or 6713238. OLE color: 6713238.
HSL color Cylindrical-coordinate representation of color #966F66: hue angle of 11.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #966F66 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 102 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.41 |
| HSL | 11.25º | 0.19% | 0.49% | - |
| HSV(B) | 11.25º | 0.32% | 0.59% | - |
| XYZ | 20.66 | 18.81 | 15.11 | - |
| YUV | 121.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 102 | 0 | 0.26 | 0.32 | 0.41 | 11.25 | 0.19 | 0.49 |
| Hex | 96 | 6F | 66 | 0 | 1A | 20 | 29 | B | 13 | 31 |
| Octal | 226 | 157 | 146 | 0 | 32 | 40 | 51 | 13 | 23 | 61 |
| Binary | 10010110 | 1101111 | 1100110 | 0 | 11010 | 100000 | 101001 | 1011 | 10011 | 110001 |
Color Harmonies of #966F66
Complementary color
Monochromatic Colors of #966F66
Black with #966F66
Text Example
Text Example
White with #966F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F66; }
p { color: rgb(150,111,102); }
H1.HeaderClassName
{
color: #966F66;
}
.AnyTagClassName
{
color: #966F66;
}
</style>
background-color css
<style>
a { background-color: #966F66; }
a { background-color: rgb(150,111,102); }
div.DivClassName
{
background-color: #966F66;
}
.BgClassName
{
background-color: #966F66;
}
</style>
border-color css
<style>
span { border-color: #966F66; }
span { border-color: rgb(150,111,102); }
td.TdClassName
{
border-color: #966F66;
}
.TagClassName
{
border-color: #966F66;
}
</style>