Shades of Dark Tan #946146
Tints of Dark Tan #946146
RGB
CMYK
RGB Variations
Color information
#946146 (or 0x946146) is known color: Dark Tan. HEX triplet: 94, 61 and 46. RGB value is (148,97,70). Sum of RGB (Red+Green+Blue) = 148+97+70=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #946146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946146 is #6B9EB9. Grayscale: #6D6D6D. Windows color (decimal): -7052986 or 4612500. OLE color: 4612500.
HSL color Cylindrical-coordinate representation of color #946146: hue angle of 20.77º 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 #946146 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 97 | 70 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.42 |
| HSL | 20.77º | 0.36% | 0.43% | - |
| HSV(B) | 20.77º | 0.53% | 0.58% | - |
| XYZ | 17.59 | 15.29 | 7.82 | - |
| YUV | 109.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 97 | 70 | 0 | 0.34 | 0.53 | 0.42 | 20.77 | 0.36 | 0.43 |
| Hex | 94 | 61 | 46 | 0 | 22 | 35 | 2A | 15 | 24 | 2B |
| Octal | 224 | 141 | 106 | 0 | 42 | 65 | 52 | 25 | 44 | 53 |
| Binary | 10010100 | 1100001 | 1000110 | 0 | 100010 | 110101 | 101010 | 10101 | 100100 | 101011 |
Color Harmonies of #946146
Complementary color
Monochromatic Colors of #946146
Black with #946146
Text Example
Text Example
White with #946146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946146; }
p { color: rgb(148,97,70); }
H1.HeaderClassName
{
color: #946146;
}
.AnyTagClassName
{
color: #946146;
}
</style>
background-color css
<style>
a { background-color: #946146; }
a { background-color: rgb(148,97,70); }
div.DivClassName
{
background-color: #946146;
}
.BgClassName
{
background-color: #946146;
}
</style>
border-color css
<style>
span { border-color: #946146; }
span { border-color: rgb(148,97,70); }
td.TdClassName
{
border-color: #946146;
}
.TagClassName
{
border-color: #946146;
}
</style>