Shades of Mauve Taupe #966979
Tints of Mauve Taupe #966979
RGB
CMYK
RGB Variations
Color information
#966979 (or 0x966979) is known color: Mauve Taupe. HEX triplet: 96, 69 and 79. RGB value is (150,105,121). Sum of RGB (Red+Green+Blue) = 150+105+121=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #966979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966979 is #699686. Grayscale: #787878. Windows color (decimal): -6919815 or 7956886. OLE color: 7956886.
HSL color Cylindrical-coordinate representation of color #966979: hue angle of 338.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #966979 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 121 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.41 |
| HSL | 338.67º | 0.18% | 0.5% | - |
| HSV(B) | 338.67º | 0.3% | 0.59% | - |
| XYZ | 21.08 | 17.97 | 20.45 | - |
| YUV | 120.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 121 | 0 | 0.30 | 0.19 | 0.41 | 338.67 | 0.18 | 0.5 |
| Hex | 96 | 69 | 79 | 0 | 1E | 13 | 29 | 153 | 12 | 32 |
| Octal | 226 | 151 | 171 | 0 | 36 | 23 | 51 | 523 | 22 | 62 |
| Binary | 10010110 | 1101001 | 1111001 | 0 | 11110 | 10011 | 101001 | 101010011 | 10010 | 110010 |
Color Harmonies of #966979
Complementary color
Monochromatic Colors of #966979
Black with #966979
Text Example
Text Example
White with #966979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966979; }
p { color: rgb(150,105,121); }
H1.HeaderClassName
{
color: #966979;
}
.AnyTagClassName
{
color: #966979;
}
</style>
background-color css
<style>
a { background-color: #966979; }
a { background-color: rgb(150,105,121); }
div.DivClassName
{
background-color: #966979;
}
.BgClassName
{
background-color: #966979;
}
</style>
border-color css
<style>
span { border-color: #966979; }
span { border-color: rgb(150,105,121); }
td.TdClassName
{
border-color: #966979;
}
.TagClassName
{
border-color: #966979;
}
</style>