Shades of Dark Tan #946E49
Tints of Dark Tan #946E49
RGB
CMYK
RGB Variations
Color information
#946E49 (or 0x946E49) is known color: Dark Tan. HEX triplet: 94, 6E and 49. RGB value is (148,110,73). Sum of RGB (Red+Green+Blue) = 148+110+73=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #946E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E49 is #6B91B6. Grayscale: #757575. Windows color (decimal): -7049655 or 4812436. OLE color: 4812436.
HSL color Cylindrical-coordinate representation of color #946E49: hue angle of 29.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #946E49 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 110 | 73 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.42 |
| HSL | 29.6º | 0.34% | 0.43% | - |
| HSV(B) | 29.6º | 0.51% | 0.58% | - |
| XYZ | 18.99 | 17.93 | 8.76 | - |
| YUV | 117.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 73 | 0 | 0.26 | 0.51 | 0.42 | 29.6 | 0.34 | 0.43 |
| Hex | 94 | 6E | 49 | 0 | 1A | 33 | 2A | 1E | 22 | 2B |
| Octal | 224 | 156 | 111 | 0 | 32 | 63 | 52 | 36 | 42 | 53 |
| Binary | 10010100 | 1101110 | 1001001 | 0 | 11010 | 110011 | 101010 | 11110 | 100010 | 101011 |
Color Harmonies of #946E49
Complementary color
Monochromatic Colors of #946E49
Black with #946E49
Text Example
Text Example
White with #946E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946E49; }
p { color: rgb(148,110,73); }
H1.HeaderClassName
{
color: #946E49;
}
.AnyTagClassName
{
color: #946E49;
}
</style>
background-color css
<style>
a { background-color: #946E49; }
a { background-color: rgb(148,110,73); }
div.DivClassName
{
background-color: #946E49;
}
.BgClassName
{
background-color: #946E49;
}
</style>
border-color css
<style>
span { border-color: #946E49; }
span { border-color: rgb(148,110,73); }
td.TdClassName
{
border-color: #946E49;
}
.TagClassName
{
border-color: #946E49;
}
</style>