Shades of Mauve Taupe #965974
Tints of Mauve Taupe #965974
RGB
CMYK
RGB Variations
Color information
#965974 (or 0x965974) is known color: Mauve Taupe. HEX triplet: 96, 59 and 74. RGB value is (150,89,116). Sum of RGB (Red+Green+Blue) = 150+89+116=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #965974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965974 is #69A68B. Grayscale: #6E6E6E. Windows color (decimal): -6923916 or 7625110. OLE color: 7625110.
HSL color Cylindrical-coordinate representation of color #965974: hue angle of 333.44º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965974 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 116 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.41 |
| HSL | 333.44º | 0.26% | 0.47% | - |
| HSV(B) | 333.44º | 0.41% | 0.59% | - |
| XYZ | 19.3 | 14.89 | 18.38 | - |
| YUV | 110.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 116 | 0 | 0.41 | 0.23 | 0.41 | 333.44 | 0.26 | 0.47 |
| Hex | 96 | 59 | 74 | 0 | 29 | 17 | 29 | 14D | 1A | 2F |
| Octal | 226 | 131 | 164 | 0 | 51 | 27 | 51 | 515 | 32 | 57 |
| Binary | 10010110 | 1011001 | 1110100 | 0 | 101001 | 10111 | 101001 | 101001101 | 11010 | 101111 |
Color Harmonies of #965974
Complementary color
Monochromatic Colors of #965974
Black with #965974
Text Example
Text Example
White with #965974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965974; }
p { color: rgb(150,89,116); }
H1.HeaderClassName
{
color: #965974;
}
.AnyTagClassName
{
color: #965974;
}
</style>
background-color css
<style>
a { background-color: #965974; }
a { background-color: rgb(150,89,116); }
div.DivClassName
{
background-color: #965974;
}
.BgClassName
{
background-color: #965974;
}
</style>
border-color css
<style>
span { border-color: #965974; }
span { border-color: rgb(150,89,116); }
td.TdClassName
{
border-color: #965974;
}
.TagClassName
{
border-color: #965974;
}
</style>