Shades of Dark Chestnut #966F69
Tints of Dark Chestnut #966F69
RGB
CMYK
RGB Variations
Color information
#966F69 (or 0x966F69) is known color: Dark Chestnut. HEX triplet: 96, 6F and 69. RGB value is (150,111,105). Sum of RGB (Red+Green+Blue) = 150+111+105=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #966F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F69 is #699096. Grayscale: #7A7A7A. Windows color (decimal): -6918295 or 6909846. OLE color: 6909846.
HSL color Cylindrical-coordinate representation of color #966F69: hue angle of 8º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #966F69 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 105 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.41 |
| HSL | 8º | 0.18% | 0.5% | - |
| HSV(B) | 8º | 0.3% | 0.59% | - |
| XYZ | 20.81 | 18.87 | 15.91 | - |
| YUV | 121.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 105 | 0 | 0.26 | 0.30 | 0.41 | 8 | 0.18 | 0.5 |
| Hex | 96 | 6F | 69 | 0 | 1A | 1E | 29 | 8 | 12 | 32 |
| Octal | 226 | 157 | 151 | 0 | 32 | 36 | 51 | 10 | 22 | 62 |
| Binary | 10010110 | 1101111 | 1101001 | 0 | 11010 | 11110 | 101001 | 1000 | 10010 | 110010 |
Color Harmonies of #966F69
Complementary color
Monochromatic Colors of #966F69
Black with #966F69
Text Example
Text Example
White with #966F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F69; }
p { color: rgb(150,111,105); }
H1.HeaderClassName
{
color: #966F69;
}
.AnyTagClassName
{
color: #966F69;
}
</style>
background-color css
<style>
a { background-color: #966F69; }
a { background-color: rgb(150,111,105); }
div.DivClassName
{
background-color: #966F69;
}
.BgClassName
{
background-color: #966F69;
}
</style>
border-color css
<style>
span { border-color: #966F69; }
span { border-color: rgb(150,111,105); }
td.TdClassName
{
border-color: #966F69;
}
.TagClassName
{
border-color: #966F69;
}
</style>