Shades of Dark Chestnut #946B65
Tints of Dark Chestnut #946B65
RGB
CMYK
RGB Variations
Color information
#946B65 (or 0x946B65) is known color: Dark Chestnut. HEX triplet: 94, 6B and 65. RGB value is (148,107,101). Sum of RGB (Red+Green+Blue) = 148+107+101=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #946B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B65 is #6B949A. Grayscale: #767676. Windows color (decimal): -7050395 or 6646676. OLE color: 6646676.
HSL color Cylindrical-coordinate representation of color #946B65: hue angle of 7.66º 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 #946B65 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 107 | 101 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.42 |
| HSL | 7.66º | 0.19% | 0.49% | - |
| HSV(B) | 7.66º | 0.32% | 0.58% | - |
| XYZ | 19.82 | 17.75 | 14.69 | - |
| YUV | 118.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 101 | 0 | 0.28 | 0.32 | 0.42 | 7.66 | 0.19 | 0.49 |
| Hex | 94 | 6B | 65 | 0 | 1C | 20 | 2A | 8 | 13 | 31 |
| Octal | 224 | 153 | 145 | 0 | 34 | 40 | 52 | 10 | 23 | 61 |
| Binary | 10010100 | 1101011 | 1100101 | 0 | 11100 | 100000 | 101010 | 1000 | 10011 | 110001 |
Color Harmonies of #946B65
Complementary color
Monochromatic Colors of #946B65
Black with #946B65
Text Example
Text Example
White with #946B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946B65; }
p { color: rgb(148,107,101); }
H1.HeaderClassName
{
color: #946B65;
}
.AnyTagClassName
{
color: #946B65;
}
</style>
background-color css
<style>
a { background-color: #946B65; }
a { background-color: rgb(148,107,101); }
div.DivClassName
{
background-color: #946B65;
}
.BgClassName
{
background-color: #946B65;
}
</style>
border-color css
<style>
span { border-color: #946B65; }
span { border-color: rgb(148,107,101); }
td.TdClassName
{
border-color: #946B65;
}
.TagClassName
{
border-color: #946B65;
}
</style>