Shades of Mauve Taupe #966870
Tints of Mauve Taupe #966870
RGB
CMYK
RGB Variations
Color information
#966870 (or 0x966870) is known color: Mauve Taupe. HEX triplet: 96, 68 and 70. RGB value is (150,104,112). Sum of RGB (Red+Green+Blue) = 150+104+112=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #966870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966870 is #69978F. Grayscale: #767676. Windows color (decimal): -6920080 or 7366806. OLE color: 7366806.
HSL color Cylindrical-coordinate representation of color #966870: hue angle of 349.57º 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 #966870 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 112 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.41 |
| HSL | 349.57º | 0.18% | 0.5% | - |
| HSV(B) | 349.57º | 0.31% | 0.59% | - |
| XYZ | 20.45 | 17.55 | 17.64 | - |
| YUV | 118.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 112 | 0 | 0.31 | 0.25 | 0.41 | 349.57 | 0.18 | 0.5 |
| Hex | 96 | 68 | 70 | 0 | 1F | 19 | 29 | 15E | 12 | 32 |
| Octal | 226 | 150 | 160 | 0 | 37 | 31 | 51 | 536 | 22 | 62 |
| Binary | 10010110 | 1101000 | 1110000 | 0 | 11111 | 11001 | 101001 | 101011110 | 10010 | 110010 |
Color Harmonies of #966870
Complementary color
Monochromatic Colors of #966870
Black with #966870
Text Example
Text Example
White with #966870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966870; }
p { color: rgb(150,104,112); }
H1.HeaderClassName
{
color: #966870;
}
.AnyTagClassName
{
color: #966870;
}
</style>
background-color css
<style>
a { background-color: #966870; }
a { background-color: rgb(150,104,112); }
div.DivClassName
{
background-color: #966870;
}
.BgClassName
{
background-color: #966870;
}
</style>
border-color css
<style>
span { border-color: #966870; }
span { border-color: rgb(150,104,112); }
td.TdClassName
{
border-color: #966870;
}
.TagClassName
{
border-color: #966870;
}
</style>