Shades of Mauve Taupe #946972
Tints of Mauve Taupe #946972
RGB
CMYK
RGB Variations
Color information
#946972 (or 0x946972) is known color: Mauve Taupe. HEX triplet: 94, 69 and 72. RGB value is (148,105,114). Sum of RGB (Red+Green+Blue) = 148+105+114=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #946972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946972 is #6B968D. Grayscale: #767676. Windows color (decimal): -7050894 or 7498132. OLE color: 7498132.
HSL color Cylindrical-coordinate representation of color #946972: hue angle of 347.44º 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 #946972 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 105 | 114 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.42 |
| HSL | 347.44º | 0.17% | 0.5% | - |
| HSV(B) | 347.44º | 0.29% | 0.58% | - |
| XYZ | 20.3 | 17.61 | 18.25 | - |
| YUV | 118.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 114 | 0 | 0.29 | 0.23 | 0.42 | 347.44 | 0.17 | 0.5 |
| Hex | 94 | 69 | 72 | 0 | 1D | 17 | 2A | 15B | 11 | 32 |
| Octal | 224 | 151 | 162 | 0 | 35 | 27 | 52 | 533 | 21 | 62 |
| Binary | 10010100 | 1101001 | 1110010 | 0 | 11101 | 10111 | 101010 | 101011011 | 10001 | 110010 |
Color Harmonies of #946972
Complementary color
Monochromatic Colors of #946972
Black with #946972
Text Example
Text Example
White with #946972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946972; }
p { color: rgb(148,105,114); }
H1.HeaderClassName
{
color: #946972;
}
.AnyTagClassName
{
color: #946972;
}
</style>
background-color css
<style>
a { background-color: #946972; }
a { background-color: rgb(148,105,114); }
div.DivClassName
{
background-color: #946972;
}
.BgClassName
{
background-color: #946972;
}
</style>
border-color css
<style>
span { border-color: #946972; }
span { border-color: rgb(148,105,114); }
td.TdClassName
{
border-color: #946972;
}
.TagClassName
{
border-color: #946972;
}
</style>