Shades of Dark Chestnut #946863
Tints of Dark Chestnut #946863
RGB
CMYK
RGB Variations
Color information
#946863 (or 0x946863) is known color: Dark Chestnut. HEX triplet: 94, 68 and 63. RGB value is (148,104,99). Sum of RGB (Red+Green+Blue) = 148+104+99=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #946863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946863 is #6B979C. Grayscale: #747474. Windows color (decimal): -7051165 or 6514836. OLE color: 6514836.
HSL color Cylindrical-coordinate representation of color #946863: hue angle of 6.12º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946863 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 99 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.42 |
| HSL | 6.12º | 0.2% | 0.48% | - |
| HSV(B) | 6.12º | 0.33% | 0.58% | - |
| XYZ | 19.42 | 17.1 | 14.08 | - |
| YUV | 116.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 99 | 0 | 0.30 | 0.33 | 0.42 | 6.12 | 0.2 | 0.48 |
| Hex | 94 | 68 | 63 | 0 | 1E | 21 | 2A | 6 | 14 | 30 |
| Octal | 224 | 150 | 143 | 0 | 36 | 41 | 52 | 6 | 24 | 60 |
| Binary | 10010100 | 1101000 | 1100011 | 0 | 11110 | 100001 | 101010 | 110 | 10100 | 110000 |
Color Harmonies of #946863
Complementary color
Monochromatic Colors of #946863
Black with #946863
Text Example
Text Example
White with #946863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946863; }
p { color: rgb(148,104,99); }
H1.HeaderClassName
{
color: #946863;
}
.AnyTagClassName
{
color: #946863;
}
</style>
background-color css
<style>
a { background-color: #946863; }
a { background-color: rgb(148,104,99); }
div.DivClassName
{
background-color: #946863;
}
.BgClassName
{
background-color: #946863;
}
</style>
border-color css
<style>
span { border-color: #946863; }
span { border-color: rgb(148,104,99); }
td.TdClassName
{
border-color: #946863;
}
.TagClassName
{
border-color: #946863;
}
</style>