Shades of Dark Chestnut #946D67
Tints of Dark Chestnut #946D67
RGB
CMYK
RGB Variations
Color information
#946D67 (or 0x946D67) is known color: Dark Chestnut. HEX triplet: 94, 6D and 67. RGB value is (148,109,103). Sum of RGB (Red+Green+Blue) = 148+109+103=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #946D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D67 is #6B9298. Grayscale: #787878. Windows color (decimal): -7049881 or 6778260. OLE color: 6778260.
HSL color Cylindrical-coordinate representation of color #946D67: hue angle of 8º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946D67 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 103 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.42 |
| HSL | 8º | 0.18% | 0.49% | - |
| HSV(B) | 8º | 0.3% | 0.58% | - |
| XYZ | 20.13 | 18.21 | 15.29 | - |
| YUV | 119.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 103 | 0 | 0.26 | 0.30 | 0.42 | 8 | 0.18 | 0.49 |
| Hex | 94 | 6D | 67 | 0 | 1A | 1E | 2A | 8 | 12 | 31 |
| Octal | 224 | 155 | 147 | 0 | 32 | 36 | 52 | 10 | 22 | 61 |
| Binary | 10010100 | 1101101 | 1100111 | 0 | 11010 | 11110 | 101010 | 1000 | 10010 | 110001 |
Color Harmonies of #946D67
Complementary color
Monochromatic Colors of #946D67
Black with #946D67
Text Example
Text Example
White with #946D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D67; }
p { color: rgb(148,109,103); }
H1.HeaderClassName
{
color: #946D67;
}
.AnyTagClassName
{
color: #946D67;
}
</style>
background-color css
<style>
a { background-color: #946D67; }
a { background-color: rgb(148,109,103); }
div.DivClassName
{
background-color: #946D67;
}
.BgClassName
{
background-color: #946D67;
}
</style>
border-color css
<style>
span { border-color: #946D67; }
span { border-color: rgb(148,109,103); }
td.TdClassName
{
border-color: #946D67;
}
.TagClassName
{
border-color: #946D67;
}
</style>