Shades of Dark Chestnut #946F63
Tints of Dark Chestnut #946F63
RGB
CMYK
RGB Variations
Color information
#946F63 (or 0x946F63) is known color: Dark Chestnut. HEX triplet: 94, 6F and 63. RGB value is (148,111,99). Sum of RGB (Red+Green+Blue) = 148+111+99=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #946F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F63 is #6B909C. Grayscale: #787878. Windows color (decimal): -7049373 or 6516628. OLE color: 6516628.
HSL color Cylindrical-coordinate representation of color #946F63: hue angle of 14.69º 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 #946F63 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 111 | 99 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.42 |
| HSL | 14.69º | 0.2% | 0.48% | - |
| HSV(B) | 14.69º | 0.33% | 0.58% | - |
| XYZ | 20.15 | 18.57 | 14.33 | - |
| YUV | 120.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 99 | 0 | 0.25 | 0.33 | 0.42 | 14.69 | 0.2 | 0.48 |
| Hex | 94 | 6F | 63 | 0 | 19 | 21 | 2A | F | 14 | 30 |
| Octal | 224 | 157 | 143 | 0 | 31 | 41 | 52 | 17 | 24 | 60 |
| Binary | 10010100 | 1101111 | 1100011 | 0 | 11001 | 100001 | 101010 | 1111 | 10100 | 110000 |
Color Harmonies of #946F63
Complementary color
Monochromatic Colors of #946F63
Black with #946F63
Text Example
Text Example
White with #946F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946F63; }
p { color: rgb(148,111,99); }
H1.HeaderClassName
{
color: #946F63;
}
.AnyTagClassName
{
color: #946F63;
}
</style>
background-color css
<style>
a { background-color: #946F63; }
a { background-color: rgb(148,111,99); }
div.DivClassName
{
background-color: #946F63;
}
.BgClassName
{
background-color: #946F63;
}
</style>
border-color css
<style>
span { border-color: #946F63; }
span { border-color: rgb(148,111,99); }
td.TdClassName
{
border-color: #946F63;
}
.TagClassName
{
border-color: #946F63;
}
</style>