Shades of Dark Chestnut #946763
Tints of Dark Chestnut #946763
RGB
CMYK
RGB Variations
Color information
#946763 (or 0x946763) is known color: Dark Chestnut. HEX triplet: 94, 67 and 63. RGB value is (148,103,99). Sum of RGB (Red+Green+Blue) = 148+103+99=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #946763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946763 is #6B989C. Grayscale: #747474. Windows color (decimal): -7051421 or 6514580. OLE color: 6514580.
HSL color Cylindrical-coordinate representation of color #946763: hue angle of 4.9º 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 #946763 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 99 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.42 |
| HSL | 4.9º | 0.2% | 0.48% | - |
| HSV(B) | 4.9º | 0.33% | 0.58% | - |
| XYZ | 19.32 | 16.9 | 14.05 | - |
| YUV | 116 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 99 | 0 | 0.30 | 0.33 | 0.42 | 4.9 | 0.2 | 0.48 |
| Hex | 94 | 67 | 63 | 0 | 1E | 21 | 2A | 5 | 14 | 30 |
| Octal | 224 | 147 | 143 | 0 | 36 | 41 | 52 | 5 | 24 | 60 |
| Binary | 10010100 | 1100111 | 1100011 | 0 | 11110 | 100001 | 101010 | 101 | 10100 | 110000 |
Color Harmonies of #946763
Complementary color
Monochromatic Colors of #946763
Black with #946763
Text Example
Text Example
White with #946763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946763; }
p { color: rgb(148,103,99); }
H1.HeaderClassName
{
color: #946763;
}
.AnyTagClassName
{
color: #946763;
}
</style>
background-color css
<style>
a { background-color: #946763; }
a { background-color: rgb(148,103,99); }
div.DivClassName
{
background-color: #946763;
}
.BgClassName
{
background-color: #946763;
}
</style>
border-color css
<style>
span { border-color: #946763; }
span { border-color: rgb(148,103,99); }
td.TdClassName
{
border-color: #946763;
}
.TagClassName
{
border-color: #946763;
}
</style>