Shades of Dark Tan #946446
Tints of Dark Tan #946446
RGB
CMYK
RGB Variations
Color information
#946446 (or 0x946446) is known color: Dark Tan. HEX triplet: 94, 64 and 46. RGB value is (148,100,70). Sum of RGB (Red+Green+Blue) = 148+100+70=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #946446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946446 is #6B9BB9. Grayscale: #6F6F6F. Windows color (decimal): -7052218 or 4613268. OLE color: 4613268.
HSL color Cylindrical-coordinate representation of color #946446: hue angle of 23.08º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #946446 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 70 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.42 |
| HSL | 23.08º | 0.36% | 0.43% | - |
| HSV(B) | 23.08º | 0.53% | 0.58% | - |
| XYZ | 17.88 | 15.85 | 7.91 | - |
| YUV | 110.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 70 | 0 | 0.32 | 0.53 | 0.42 | 23.08 | 0.36 | 0.43 |
| Hex | 94 | 64 | 46 | 0 | 20 | 35 | 2A | 17 | 24 | 2B |
| Octal | 224 | 144 | 106 | 0 | 40 | 65 | 52 | 27 | 44 | 53 |
| Binary | 10010100 | 1100100 | 1000110 | 0 | 100000 | 110101 | 101010 | 10111 | 100100 | 101011 |
Color Harmonies of #946446
Complementary color
Monochromatic Colors of #946446
Black with #946446
Text Example
Text Example
White with #946446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946446; }
p { color: rgb(148,100,70); }
H1.HeaderClassName
{
color: #946446;
}
.AnyTagClassName
{
color: #946446;
}
</style>
background-color css
<style>
a { background-color: #946446; }
a { background-color: rgb(148,100,70); }
div.DivClassName
{
background-color: #946446;
}
.BgClassName
{
background-color: #946446;
}
</style>
border-color css
<style>
span { border-color: #946446; }
span { border-color: rgb(148,100,70); }
td.TdClassName
{
border-color: #946446;
}
.TagClassName
{
border-color: #946446;
}
</style>