Shades of Mauve Taupe #966871
Tints of Mauve Taupe #966871
RGB
CMYK
RGB Variations
Color information
#966871 (or 0x966871) is known color: Mauve Taupe. HEX triplet: 96, 68 and 71. RGB value is (150,104,113). Sum of RGB (Red+Green+Blue) = 150+104+113=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #966871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966871 is #69978E. Grayscale: #767676. Windows color (decimal): -6920079 or 7432342. OLE color: 7432342.
HSL color Cylindrical-coordinate representation of color #966871: hue angle of 348.26º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966871 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 113 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.41 |
| HSL | 348.26º | 0.18% | 0.5% | - |
| HSV(B) | 348.26º | 0.31% | 0.59% | - |
| XYZ | 20.51 | 17.58 | 17.93 | - |
| YUV | 118.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 113 | 0 | 0.31 | 0.25 | 0.41 | 348.26 | 0.18 | 0.5 |
| Hex | 96 | 68 | 71 | 0 | 1F | 19 | 29 | 15C | 12 | 32 |
| Octal | 226 | 150 | 161 | 0 | 37 | 31 | 51 | 534 | 22 | 62 |
| Binary | 10010110 | 1101000 | 1110001 | 0 | 11111 | 11001 | 101001 | 101011100 | 10010 | 110010 |
Color Harmonies of #966871
Complementary color
Monochromatic Colors of #966871
Black with #966871
Text Example
Text Example
White with #966871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966871; }
p { color: rgb(150,104,113); }
H1.HeaderClassName
{
color: #966871;
}
.AnyTagClassName
{
color: #966871;
}
</style>
background-color css
<style>
a { background-color: #966871; }
a { background-color: rgb(150,104,113); }
div.DivClassName
{
background-color: #966871;
}
.BgClassName
{
background-color: #966871;
}
</style>
border-color css
<style>
span { border-color: #966871; }
span { border-color: rgb(150,104,113); }
td.TdClassName
{
border-color: #966871;
}
.TagClassName
{
border-color: #966871;
}
</style>