Shades of Dark Chestnut #946D64
Tints of Dark Chestnut #946D64
RGB
CMYK
RGB Variations
Color information
#946D64 (or 0x946D64) is known color: Dark Chestnut. HEX triplet: 94, 6D and 64. RGB value is (148,109,100). Sum of RGB (Red+Green+Blue) = 148+109+100=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #946D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D64 is #6B929B. Grayscale: #777777. Windows color (decimal): -7049884 or 6581652. OLE color: 6581652.
HSL color Cylindrical-coordinate representation of color #946D64: hue angle of 11.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946D64 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 100 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.42 |
| HSL | 11.25º | 0.19% | 0.49% | - |
| HSV(B) | 11.25º | 0.32% | 0.58% | - |
| XYZ | 19.98 | 18.15 | 14.51 | - |
| YUV | 119.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 100 | 0 | 0.26 | 0.32 | 0.42 | 11.25 | 0.19 | 0.49 |
| Hex | 94 | 6D | 64 | 0 | 1A | 20 | 2A | B | 13 | 31 |
| Octal | 224 | 155 | 144 | 0 | 32 | 40 | 52 | 13 | 23 | 61 |
| Binary | 10010100 | 1101101 | 1100100 | 0 | 11010 | 100000 | 101010 | 1011 | 10011 | 110001 |
Color Harmonies of #946D64
Complementary color
Monochromatic Colors of #946D64
Black with #946D64
Text Example
Text Example
White with #946D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D64; }
p { color: rgb(148,109,100); }
H1.HeaderClassName
{
color: #946D64;
}
.AnyTagClassName
{
color: #946D64;
}
</style>
background-color css
<style>
a { background-color: #946D64; }
a { background-color: rgb(148,109,100); }
div.DivClassName
{
background-color: #946D64;
}
.BgClassName
{
background-color: #946D64;
}
</style>
border-color css
<style>
span { border-color: #946D64; }
span { border-color: rgb(148,109,100); }
td.TdClassName
{
border-color: #946D64;
}
.TagClassName
{
border-color: #946D64;
}
</style>