Shades of Dark Tan #946949
Tints of Dark Tan #946949
RGB
CMYK
RGB Variations
Color information
#946949 (or 0x946949) is known color: Dark Tan. HEX triplet: 94, 69 and 49. RGB value is (148,105,73). Sum of RGB (Red+Green+Blue) = 148+105+73=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #946949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946949 is #6B96B6. Grayscale: #727272. Windows color (decimal): -7050935 or 4811156. OLE color: 4811156.
HSL color Cylindrical-coordinate representation of color #946949: hue angle of 25.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 #946949 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 105 | 73 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.42 |
| HSL | 25.6º | 0.34% | 0.43% | - |
| HSV(B) | 25.6º | 0.51% | 0.58% | - |
| XYZ | 18.47 | 16.88 | 8.59 | - |
| YUV | 114.21 | 104.75 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 73 | 0 | 0.29 | 0.51 | 0.42 | 25.6 | 0.34 | 0.43 |
| Hex | 94 | 69 | 49 | 0 | 1D | 33 | 2A | 1A | 22 | 2B |
| Octal | 224 | 151 | 111 | 0 | 35 | 63 | 52 | 32 | 42 | 53 |
| Binary | 10010100 | 1101001 | 1001001 | 0 | 11101 | 110011 | 101010 | 11010 | 100010 | 101011 |
Color Harmonies of #946949
Complementary color
Monochromatic Colors of #946949
Black with #946949
Text Example
Text Example
White with #946949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946949; }
p { color: rgb(148,105,73); }
H1.HeaderClassName
{
color: #946949;
}
.AnyTagClassName
{
color: #946949;
}
</style>
background-color css
<style>
a { background-color: #946949; }
a { background-color: rgb(148,105,73); }
div.DivClassName
{
background-color: #946949;
}
.BgClassName
{
background-color: #946949;
}
</style>
border-color css
<style>
span { border-color: #946949; }
span { border-color: rgb(148,105,73); }
td.TdClassName
{
border-color: #946949;
}
.TagClassName
{
border-color: #946949;
}
</style>