Shades of Dark Chestnut #966F67
Tints of Dark Chestnut #966F67
RGB
CMYK
RGB Variations
Color information
#966F67 (or 0x966F67) is known color: Dark Chestnut. HEX triplet: 96, 6F and 67. RGB value is (150,111,103). Sum of RGB (Red+Green+Blue) = 150+111+103=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #966F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F67 is #699098. Grayscale: #797979. Windows color (decimal): -6918297 or 6778774. OLE color: 6778774.
HSL color Cylindrical-coordinate representation of color #966F67: hue angle of 10.21º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966F67 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 103 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.41 |
| HSL | 10.21º | 0.19% | 0.5% | - |
| HSV(B) | 10.21º | 0.31% | 0.59% | - |
| XYZ | 20.71 | 18.83 | 15.38 | - |
| YUV | 121.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 103 | 0 | 0.26 | 0.31 | 0.41 | 10.21 | 0.19 | 0.5 |
| Hex | 96 | 6F | 67 | 0 | 1A | 1F | 29 | A | 13 | 32 |
| Octal | 226 | 157 | 147 | 0 | 32 | 37 | 51 | 12 | 23 | 62 |
| Binary | 10010110 | 1101111 | 1100111 | 0 | 11010 | 11111 | 101001 | 1010 | 10011 | 110010 |
Color Harmonies of #966F67
Complementary color
Monochromatic Colors of #966F67
Black with #966F67
Text Example
Text Example
White with #966F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F67; }
p { color: rgb(150,111,103); }
H1.HeaderClassName
{
color: #966F67;
}
.AnyTagClassName
{
color: #966F67;
}
</style>
background-color css
<style>
a { background-color: #966F67; }
a { background-color: rgb(150,111,103); }
div.DivClassName
{
background-color: #966F67;
}
.BgClassName
{
background-color: #966F67;
}
</style>
border-color css
<style>
span { border-color: #966F67; }
span { border-color: rgb(150,111,103); }
td.TdClassName
{
border-color: #966F67;
}
.TagClassName
{
border-color: #966F67;
}
</style>