Shades of Dark Chestnut #946D63
Tints of Dark Chestnut #946D63
RGB
CMYK
RGB Variations
Color information
#946D63 (or 0x946D63) is known color: Dark Chestnut. HEX triplet: 94, 6D and 63. RGB value is (148,109,99). Sum of RGB (Red+Green+Blue) = 148+109+99=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #946D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D63 is #6B929C. Grayscale: #777777. Windows color (decimal): -7049885 or 6516116. OLE color: 6516116.
HSL color Cylindrical-coordinate representation of color #946D63: hue angle of 12.24º 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 #946D63 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 99 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.42 |
| HSL | 12.24º | 0.2% | 0.48% | - |
| HSV(B) | 12.24º | 0.33% | 0.58% | - |
| XYZ | 19.93 | 18.13 | 14.25 | - |
| YUV | 119.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 99 | 0 | 0.26 | 0.33 | 0.42 | 12.24 | 0.2 | 0.48 |
| Hex | 94 | 6D | 63 | 0 | 1A | 21 | 2A | C | 14 | 30 |
| Octal | 224 | 155 | 143 | 0 | 32 | 41 | 52 | 14 | 24 | 60 |
| Binary | 10010100 | 1101101 | 1100011 | 0 | 11010 | 100001 | 101010 | 1100 | 10100 | 110000 |
Color Harmonies of #946D63
Complementary color
Monochromatic Colors of #946D63
Black with #946D63
Text Example
Text Example
White with #946D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D63; }
p { color: rgb(148,109,99); }
H1.HeaderClassName
{
color: #946D63;
}
.AnyTagClassName
{
color: #946D63;
}
</style>
background-color css
<style>
a { background-color: #946D63; }
a { background-color: rgb(148,109,99); }
div.DivClassName
{
background-color: #946D63;
}
.BgClassName
{
background-color: #946D63;
}
</style>
border-color css
<style>
span { border-color: #946D63; }
span { border-color: rgb(148,109,99); }
td.TdClassName
{
border-color: #946D63;
}
.TagClassName
{
border-color: #946D63;
}
</style>