Shades of Dark Chestnut #946460
Tints of Dark Chestnut #946460
RGB
CMYK
RGB Variations
Color information
#946460 (or 0x946460) is known color: Dark Chestnut. HEX triplet: 94, 64 and 60. RGB value is (148,100,96). Sum of RGB (Red+Green+Blue) = 148+100+96=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #946460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946460 is #6B9B9F. Grayscale: #717171. Windows color (decimal): -7052192 or 6317204. OLE color: 6317204.
HSL color Cylindrical-coordinate representation of color #946460: hue angle of 4.62º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #946460 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 96 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.42 |
| HSL | 4.62º | 0.21% | 0.48% | - |
| HSV(B) | 4.62º | 0.35% | 0.58% | - |
| XYZ | 18.88 | 16.25 | 13.21 | - |
| YUV | 113.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 96 | 0 | 0.32 | 0.35 | 0.42 | 4.62 | 0.21 | 0.48 |
| Hex | 94 | 64 | 60 | 0 | 20 | 23 | 2A | 5 | 15 | 30 |
| Octal | 224 | 144 | 140 | 0 | 40 | 43 | 52 | 5 | 25 | 60 |
| Binary | 10010100 | 1100100 | 1100000 | 0 | 100000 | 100011 | 101010 | 101 | 10101 | 110000 |
Color Harmonies of #946460
Complementary color
Monochromatic Colors of #946460
Black with #946460
Text Example
Text Example
White with #946460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946460; }
p { color: rgb(148,100,96); }
H1.HeaderClassName
{
color: #946460;
}
.AnyTagClassName
{
color: #946460;
}
</style>
background-color css
<style>
a { background-color: #946460; }
a { background-color: rgb(148,100,96); }
div.DivClassName
{
background-color: #946460;
}
.BgClassName
{
background-color: #946460;
}
</style>
border-color css
<style>
span { border-color: #946460; }
span { border-color: rgb(148,100,96); }
td.TdClassName
{
border-color: #946460;
}
.TagClassName
{
border-color: #946460;
}
</style>