Shades of Mauve Taupe #966A74
Tints of Mauve Taupe #966A74
RGB
CMYK
RGB Variations
Color information
#966A74 (or 0x966A74) is known color: Mauve Taupe. HEX triplet: 96, 6A and 74. RGB value is (150,106,116). Sum of RGB (Red+Green+Blue) = 150+106+116=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #966A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A74 is #69958B. Grayscale: #787878. Windows color (decimal): -6919564 or 7629462. OLE color: 7629462.
HSL color Cylindrical-coordinate representation of color #966A74: hue angle of 346.36º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #966A74 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 116 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.41 |
| HSL | 346.36º | 0.17% | 0.5% | - |
| HSV(B) | 346.36º | 0.29% | 0.59% | - |
| XYZ | 20.88 | 18.05 | 18.91 | - |
| YUV | 120.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 116 | 0 | 0.29 | 0.23 | 0.41 | 346.36 | 0.17 | 0.5 |
| Hex | 96 | 6A | 74 | 0 | 1D | 17 | 29 | 15A | 11 | 32 |
| Octal | 226 | 152 | 164 | 0 | 35 | 27 | 51 | 532 | 21 | 62 |
| Binary | 10010110 | 1101010 | 1110100 | 0 | 11101 | 10111 | 101001 | 101011010 | 10001 | 110010 |
Color Harmonies of #966A74
Complementary color
Monochromatic Colors of #966A74
Black with #966A74
Text Example
Text Example
White with #966A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A74; }
p { color: rgb(150,106,116); }
H1.HeaderClassName
{
color: #966A74;
}
.AnyTagClassName
{
color: #966A74;
}
</style>
background-color css
<style>
a { background-color: #966A74; }
a { background-color: rgb(150,106,116); }
div.DivClassName
{
background-color: #966A74;
}
.BgClassName
{
background-color: #966A74;
}
</style>
border-color css
<style>
span { border-color: #966A74; }
span { border-color: rgb(150,106,116); }
td.TdClassName
{
border-color: #966A74;
}
.TagClassName
{
border-color: #966A74;
}
</style>