Shades of Mauve Taupe #965473
Tints of Mauve Taupe #965473
RGB
CMYK
RGB Variations
Color information
#965473 (or 0x965473) is known color: Mauve Taupe. HEX triplet: 96, 54 and 73. RGB value is (150,84,115). Sum of RGB (Red+Green+Blue) = 150+84+115=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #965473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965473 is #69AB8C. Grayscale: #6B6B6B. Windows color (decimal): -6925197 or 7558294. OLE color: 7558294.
HSL color Cylindrical-coordinate representation of color #965473: hue angle of 331.82º 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 #965473 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 115 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.41 |
| HSL | 331.82º | 0.28% | 0.46% | - |
| HSV(B) | 331.82º | 0.44% | 0.59% | - |
| XYZ | 18.84 | 14.06 | 17.94 | - |
| YUV | 107.27 | 132.37 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 115 | 0 | 0.44 | 0.23 | 0.41 | 331.82 | 0.28 | 0.46 |
| Hex | 96 | 54 | 73 | 0 | 2C | 17 | 29 | 14C | 1C | 2E |
| Octal | 226 | 124 | 163 | 0 | 54 | 27 | 51 | 514 | 34 | 56 |
| Binary | 10010110 | 1010100 | 1110011 | 0 | 101100 | 10111 | 101001 | 101001100 | 11100 | 101110 |
Color Harmonies of #965473
Complementary color
Monochromatic Colors of #965473
Black with #965473
Text Example
Text Example
White with #965473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965473; }
p { color: rgb(150,84,115); }
H1.HeaderClassName
{
color: #965473;
}
.AnyTagClassName
{
color: #965473;
}
</style>
background-color css
<style>
a { background-color: #965473; }
a { background-color: rgb(150,84,115); }
div.DivClassName
{
background-color: #965473;
}
.BgClassName
{
background-color: #965473;
}
</style>
border-color css
<style>
span { border-color: #965473; }
span { border-color: rgb(150,84,115); }
td.TdClassName
{
border-color: #965473;
}
.TagClassName
{
border-color: #965473;
}
</style>