Shades of Mauve Taupe #966971
Tints of Mauve Taupe #966971
RGB
CMYK
RGB Variations
Color information
#966971 (or 0x966971) is known color: Mauve Taupe. HEX triplet: 96, 69 and 71. RGB value is (150,105,113). Sum of RGB (Red+Green+Blue) = 150+105+113=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #966971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966971 is #69968E. Grayscale: #777777. Windows color (decimal): -6919823 or 7432598. OLE color: 7432598.
HSL color Cylindrical-coordinate representation of color #966971: hue angle of 349.33º 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 #966971 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 113 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.41 |
| HSL | 349.33º | 0.18% | 0.5% | - |
| HSV(B) | 349.33º | 0.3% | 0.59% | - |
| XYZ | 20.61 | 17.78 | 17.97 | - |
| YUV | 119.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 113 | 0 | 0.30 | 0.25 | 0.41 | 349.33 | 0.18 | 0.5 |
| Hex | 96 | 69 | 71 | 0 | 1E | 19 | 29 | 15D | 12 | 32 |
| Octal | 226 | 151 | 161 | 0 | 36 | 31 | 51 | 535 | 22 | 62 |
| Binary | 10010110 | 1101001 | 1110001 | 0 | 11110 | 11001 | 101001 | 101011101 | 10010 | 110010 |
Color Harmonies of #966971
Complementary color
Monochromatic Colors of #966971
Black with #966971
Text Example
Text Example
White with #966971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966971; }
p { color: rgb(150,105,113); }
H1.HeaderClassName
{
color: #966971;
}
.AnyTagClassName
{
color: #966971;
}
</style>
background-color css
<style>
a { background-color: #966971; }
a { background-color: rgb(150,105,113); }
div.DivClassName
{
background-color: #966971;
}
.BgClassName
{
background-color: #966971;
}
</style>
border-color css
<style>
span { border-color: #966971; }
span { border-color: rgb(150,105,113); }
td.TdClassName
{
border-color: #966971;
}
.TagClassName
{
border-color: #966971;
}
</style>