Shades of Dark Tan #946A46
Tints of Dark Tan #946A46
RGB
CMYK
RGB Variations
Color information
#946A46 (or 0x946A46) is known color: Dark Tan. HEX triplet: 94, 6A and 46. RGB value is (148,106,70). Sum of RGB (Red+Green+Blue) = 148+106+70=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #946A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A46 is #6B95B9. Grayscale: #727272. Windows color (decimal): -7050682 or 4614804. OLE color: 4614804.
HSL color Cylindrical-coordinate representation of color #946A46: hue angle of 27.69º 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 #946A46 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 106 | 70 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.42 |
| HSL | 27.69º | 0.36% | 0.43% | - |
| HSV(B) | 27.69º | 0.53% | 0.58% | - |
| XYZ | 18.47 | 17.05 | 8.11 | - |
| YUV | 114.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 70 | 0 | 0.28 | 0.53 | 0.42 | 27.69 | 0.36 | 0.43 |
| Hex | 94 | 6A | 46 | 0 | 1C | 35 | 2A | 1C | 24 | 2B |
| Octal | 224 | 152 | 106 | 0 | 34 | 65 | 52 | 34 | 44 | 53 |
| Binary | 10010100 | 1101010 | 1000110 | 0 | 11100 | 110101 | 101010 | 11100 | 100100 | 101011 |
Color Harmonies of #946A46
Complementary color
Monochromatic Colors of #946A46
Black with #946A46
Text Example
Text Example
White with #946A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946A46; }
p { color: rgb(148,106,70); }
H1.HeaderClassName
{
color: #946A46;
}
.AnyTagClassName
{
color: #946A46;
}
</style>
background-color css
<style>
a { background-color: #946A46; }
a { background-color: rgb(148,106,70); }
div.DivClassName
{
background-color: #946A46;
}
.BgClassName
{
background-color: #946A46;
}
</style>
border-color css
<style>
span { border-color: #946A46; }
span { border-color: rgb(148,106,70); }
td.TdClassName
{
border-color: #946A46;
}
.TagClassName
{
border-color: #946A46;
}
</style>