Shades of Dark Chestnut #946E69
Tints of Dark Chestnut #946E69
RGB
CMYK
RGB Variations
Color information
#946E69 (or 0x946E69) is known color: Dark Chestnut. HEX triplet: 94, 6E and 69. RGB value is (148,110,105). Sum of RGB (Red+Green+Blue) = 148+110+105=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #946E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E69 is #6B9196. Grayscale: #787878. Windows color (decimal): -7049623 or 6909588. OLE color: 6909588.
HSL color Cylindrical-coordinate representation of color #946E69: hue angle of 6.98º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946E69 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 110 | 105 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.42 |
| HSL | 6.98º | 0.17% | 0.5% | - |
| HSV(B) | 6.98º | 0.29% | 0.58% | - |
| XYZ | 20.34 | 18.47 | 15.86 | - |
| YUV | 120.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 105 | 0 | 0.26 | 0.29 | 0.42 | 6.98 | 0.17 | 0.5 |
| Hex | 94 | 6E | 69 | 0 | 1A | 1D | 2A | 7 | 11 | 32 |
| Octal | 224 | 156 | 151 | 0 | 32 | 35 | 52 | 7 | 21 | 62 |
| Binary | 10010100 | 1101110 | 1101001 | 0 | 11010 | 11101 | 101010 | 111 | 10001 | 110010 |
Color Harmonies of #946E69
Complementary color
Monochromatic Colors of #946E69
Black with #946E69
Text Example
Text Example
White with #946E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946E69; }
p { color: rgb(148,110,105); }
H1.HeaderClassName
{
color: #946E69;
}
.AnyTagClassName
{
color: #946E69;
}
</style>
background-color css
<style>
a { background-color: #946E69; }
a { background-color: rgb(148,110,105); }
div.DivClassName
{
background-color: #946E69;
}
.BgClassName
{
background-color: #946E69;
}
</style>
border-color css
<style>
span { border-color: #946E69; }
span { border-color: rgb(148,110,105); }
td.TdClassName
{
border-color: #946E69;
}
.TagClassName
{
border-color: #946E69;
}
</style>