Shades of Dark Chestnut #946864
Tints of Dark Chestnut #946864
RGB
CMYK
RGB Variations
Color information
#946864 (or 0x946864) is known color: Dark Chestnut. HEX triplet: 94, 68 and 64. RGB value is (148,104,100). Sum of RGB (Red+Green+Blue) = 148+104+100=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #946864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946864 is #6B979B. Grayscale: #747474. Windows color (decimal): -7051164 or 6580372. OLE color: 6580372.
HSL color Cylindrical-coordinate representation of color #946864: hue angle of 5º 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 #946864 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 100 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.42 |
| HSL | 5º | 0.19% | 0.49% | - |
| HSV(B) | 5º | 0.32% | 0.58% | - |
| XYZ | 19.46 | 17.12 | 14.33 | - |
| YUV | 116.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 100 | 0 | 0.30 | 0.32 | 0.42 | 5 | 0.19 | 0.49 |
| Hex | 94 | 68 | 64 | 0 | 1E | 20 | 2A | 5 | 13 | 31 |
| Octal | 224 | 150 | 144 | 0 | 36 | 40 | 52 | 5 | 23 | 61 |
| Binary | 10010100 | 1101000 | 1100100 | 0 | 11110 | 100000 | 101010 | 101 | 10011 | 110001 |
Color Harmonies of #946864
Complementary color
Monochromatic Colors of #946864
Black with #946864
Text Example
Text Example
White with #946864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946864; }
p { color: rgb(148,104,100); }
H1.HeaderClassName
{
color: #946864;
}
.AnyTagClassName
{
color: #946864;
}
</style>
background-color css
<style>
a { background-color: #946864; }
a { background-color: rgb(148,104,100); }
div.DivClassName
{
background-color: #946864;
}
.BgClassName
{
background-color: #946864;
}
</style>
border-color css
<style>
span { border-color: #946864; }
span { border-color: rgb(148,104,100); }
td.TdClassName
{
border-color: #946864;
}
.TagClassName
{
border-color: #946864;
}
</style>