Shades of Dark Chestnut #946F66
Tints of Dark Chestnut #946F66
RGB
CMYK
RGB Variations
Color information
#946F66 (or 0x946F66) is known color: Dark Chestnut. HEX triplet: 94, 6F and 66. RGB value is (148,111,102). Sum of RGB (Red+Green+Blue) = 148+111+102=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #946F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F66 is #6B9099. Grayscale: #797979. Windows color (decimal): -7049370 or 6713236. OLE color: 6713236.
HSL color Cylindrical-coordinate representation of color #946F66: hue angle of 11.74º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #946F66 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 111 | 102 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.42 |
| HSL | 11.74º | 0.18% | 0.49% | - |
| HSV(B) | 11.74º | 0.31% | 0.58% | - |
| XYZ | 20.3 | 18.62 | 15.1 | - |
| YUV | 121.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 102 | 0 | 0.25 | 0.31 | 0.42 | 11.74 | 0.18 | 0.49 |
| Hex | 94 | 6F | 66 | 0 | 19 | 1F | 2A | C | 12 | 31 |
| Octal | 224 | 157 | 146 | 0 | 31 | 37 | 52 | 14 | 22 | 61 |
| Binary | 10010100 | 1101111 | 1100110 | 0 | 11001 | 11111 | 101010 | 1100 | 10010 | 110001 |
Color Harmonies of #946F66
Complementary color
Monochromatic Colors of #946F66
Black with #946F66
Text Example
Text Example
White with #946F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946F66; }
p { color: rgb(148,111,102); }
H1.HeaderClassName
{
color: #946F66;
}
.AnyTagClassName
{
color: #946F66;
}
</style>
background-color css
<style>
a { background-color: #946F66; }
a { background-color: rgb(148,111,102); }
div.DivClassName
{
background-color: #946F66;
}
.BgClassName
{
background-color: #946F66;
}
</style>
border-color css
<style>
span { border-color: #946F66; }
span { border-color: rgb(148,111,102); }
td.TdClassName
{
border-color: #946F66;
}
.TagClassName
{
border-color: #946F66;
}
</style>