Shades of Mauve Taupe #966970
Tints of Mauve Taupe #966970
RGB
CMYK
RGB Variations
Color information
#966970 (or 0x966970) is known color: Mauve Taupe. HEX triplet: 96, 69 and 70. RGB value is (150,105,112). Sum of RGB (Red+Green+Blue) = 150+105+112=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #966970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966970 is #69968F. Grayscale: #777777. Windows color (decimal): -6919824 or 7367062. OLE color: 7367062.
HSL color Cylindrical-coordinate representation of color #966970: hue angle of 350.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 #966970 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 112 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.41 |
| HSL | 350.67º | 0.18% | 0.5% | - |
| HSV(B) | 350.67º | 0.3% | 0.59% | - |
| XYZ | 20.55 | 17.76 | 17.67 | - |
| YUV | 119.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 112 | 0 | 0.30 | 0.25 | 0.41 | 350.67 | 0.18 | 0.5 |
| Hex | 96 | 69 | 70 | 0 | 1E | 19 | 29 | 15F | 12 | 32 |
| Octal | 226 | 151 | 160 | 0 | 36 | 31 | 51 | 537 | 22 | 62 |
| Binary | 10010110 | 1101001 | 1110000 | 0 | 11110 | 11001 | 101001 | 101011111 | 10010 | 110010 |
Color Harmonies of #966970
Complementary color
Monochromatic Colors of #966970
Black with #966970
Text Example
Text Example
White with #966970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966970; }
p { color: rgb(150,105,112); }
H1.HeaderClassName
{
color: #966970;
}
.AnyTagClassName
{
color: #966970;
}
</style>
background-color css
<style>
a { background-color: #966970; }
a { background-color: rgb(150,105,112); }
div.DivClassName
{
background-color: #966970;
}
.BgClassName
{
background-color: #966970;
}
</style>
border-color css
<style>
span { border-color: #966970; }
span { border-color: rgb(150,105,112); }
td.TdClassName
{
border-color: #966970;
}
.TagClassName
{
border-color: #966970;
}
</style>