Shades of Mauve Taupe #946973
Tints of Mauve Taupe #946973
RGB
CMYK
RGB Variations
Color information
#946973 (or 0x946973) is known color: Mauve Taupe. HEX triplet: 94, 69 and 73. RGB value is (148,105,115). Sum of RGB (Red+Green+Blue) = 148+105+115=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #946973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946973 is #6B968C. Grayscale: #777777. Windows color (decimal): -7050893 or 7563668. OLE color: 7563668.
HSL color Cylindrical-coordinate representation of color #946973: hue angle of 346.05º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946973 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 105 | 115 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.42 |
| HSL | 346.05º | 0.17% | 0.5% | - |
| HSV(B) | 346.05º | 0.29% | 0.58% | - |
| XYZ | 20.36 | 17.64 | 18.55 | - |
| YUV | 119 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 115 | 0 | 0.29 | 0.22 | 0.42 | 346.05 | 0.17 | 0.5 |
| Hex | 94 | 69 | 73 | 0 | 1D | 16 | 2A | 15A | 11 | 32 |
| Octal | 224 | 151 | 163 | 0 | 35 | 26 | 52 | 532 | 21 | 62 |
| Binary | 10010100 | 1101001 | 1110011 | 0 | 11101 | 10110 | 101010 | 101011010 | 10001 | 110010 |
Color Harmonies of #946973
Complementary color
Monochromatic Colors of #946973
Black with #946973
Text Example
Text Example
White with #946973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946973; }
p { color: rgb(148,105,115); }
H1.HeaderClassName
{
color: #946973;
}
.AnyTagClassName
{
color: #946973;
}
</style>
background-color css
<style>
a { background-color: #946973; }
a { background-color: rgb(148,105,115); }
div.DivClassName
{
background-color: #946973;
}
.BgClassName
{
background-color: #946973;
}
</style>
border-color css
<style>
span { border-color: #946973; }
span { border-color: rgb(148,105,115); }
td.TdClassName
{
border-color: #946973;
}
.TagClassName
{
border-color: #946973;
}
</style>