Shades of Mauve Taupe #965474
Tints of Mauve Taupe #965474
RGB
CMYK
RGB Variations
Color information
#965474 (or 0x965474) is known color: Mauve Taupe. HEX triplet: 96, 54 and 74. RGB value is (150,84,116). Sum of RGB (Red+Green+Blue) = 150+84+116=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #965474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965474 is #69AB8B. Grayscale: #6B6B6B. Windows color (decimal): -6925196 or 7623830. OLE color: 7623830.
HSL color Cylindrical-coordinate representation of color #965474: hue angle of 330.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #965474 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 116 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.41 |
| HSL | 330.91º | 0.28% | 0.46% | - |
| HSV(B) | 330.91º | 0.44% | 0.59% | - |
| XYZ | 18.9 | 14.09 | 18.25 | - |
| YUV | 107.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 116 | 0 | 0.44 | 0.23 | 0.41 | 330.91 | 0.28 | 0.46 |
| Hex | 96 | 54 | 74 | 0 | 2C | 17 | 29 | 14B | 1C | 2E |
| Octal | 226 | 124 | 164 | 0 | 54 | 27 | 51 | 513 | 34 | 56 |
| Binary | 10010110 | 1010100 | 1110100 | 0 | 101100 | 10111 | 101001 | 101001011 | 11100 | 101110 |
Color Harmonies of #965474
Complementary color
Monochromatic Colors of #965474
Black with #965474
Text Example
Text Example
White with #965474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965474; }
p { color: rgb(150,84,116); }
H1.HeaderClassName
{
color: #965474;
}
.AnyTagClassName
{
color: #965474;
}
</style>
background-color css
<style>
a { background-color: #965474; }
a { background-color: rgb(150,84,116); }
div.DivClassName
{
background-color: #965474;
}
.BgClassName
{
background-color: #965474;
}
</style>
border-color css
<style>
span { border-color: #965474; }
span { border-color: rgb(150,84,116); }
td.TdClassName
{
border-color: #965474;
}
.TagClassName
{
border-color: #965474;
}
</style>