Shades of Mauve Taupe #966976
Tints of Mauve Taupe #966976
RGB
CMYK
RGB Variations
Color information
#966976 (or 0x966976) is known color: Mauve Taupe. HEX triplet: 96, 69 and 76. RGB value is (150,105,118). Sum of RGB (Red+Green+Blue) = 150+105+118=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #966976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966976 is #699689. Grayscale: #777777. Windows color (decimal): -6919818 or 7760278. OLE color: 7760278.
HSL color Cylindrical-coordinate representation of color #966976: hue angle of 342.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 #966976 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 118 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.41 |
| HSL | 342.67º | 0.18% | 0.5% | - |
| HSV(B) | 342.67º | 0.3% | 0.59% | - |
| XYZ | 20.9 | 17.9 | 19.49 | - |
| YUV | 119.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 118 | 0 | 0.30 | 0.21 | 0.41 | 342.67 | 0.18 | 0.5 |
| Hex | 96 | 69 | 76 | 0 | 1E | 15 | 29 | 157 | 12 | 32 |
| Octal | 226 | 151 | 166 | 0 | 36 | 25 | 51 | 527 | 22 | 62 |
| Binary | 10010110 | 1101001 | 1110110 | 0 | 11110 | 10101 | 101001 | 101010111 | 10010 | 110010 |
Color Harmonies of #966976
Complementary color
Monochromatic Colors of #966976
Black with #966976
Text Example
Text Example
White with #966976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966976; }
p { color: rgb(150,105,118); }
H1.HeaderClassName
{
color: #966976;
}
.AnyTagClassName
{
color: #966976;
}
</style>
background-color css
<style>
a { background-color: #966976; }
a { background-color: rgb(150,105,118); }
div.DivClassName
{
background-color: #966976;
}
.BgClassName
{
background-color: #966976;
}
</style>
border-color css
<style>
span { border-color: #966976; }
span { border-color: rgb(150,105,118); }
td.TdClassName
{
border-color: #966976;
}
.TagClassName
{
border-color: #966976;
}
</style>