Shades of Mauve Taupe #965573
Tints of Mauve Taupe #965573
RGB
CMYK
RGB Variations
Color information
#965573 (or 0x965573) is known color: Mauve Taupe. HEX triplet: 96, 55 and 73. RGB value is (150,85,115). Sum of RGB (Red+Green+Blue) = 150+85+115=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #965573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965573 is #69AA8C. Grayscale: #6B6B6B. Windows color (decimal): -6924941 or 7558550. OLE color: 7558550.
HSL color Cylindrical-coordinate representation of color #965573: hue angle of 332.31º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965573 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 85 | 115 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.41 |
| HSL | 332.31º | 0.28% | 0.46% | - |
| HSV(B) | 332.31º | 0.43% | 0.59% | - |
| XYZ | 18.92 | 14.22 | 17.97 | - |
| YUV | 107.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 115 | 0 | 0.43 | 0.23 | 0.41 | 332.31 | 0.28 | 0.46 |
| Hex | 96 | 55 | 73 | 0 | 2B | 17 | 29 | 14C | 1C | 2E |
| Octal | 226 | 125 | 163 | 0 | 53 | 27 | 51 | 514 | 34 | 56 |
| Binary | 10010110 | 1010101 | 1110011 | 0 | 101011 | 10111 | 101001 | 101001100 | 11100 | 101110 |
Color Harmonies of #965573
Complementary color
Monochromatic Colors of #965573
Black with #965573
Text Example
Text Example
White with #965573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965573; }
p { color: rgb(150,85,115); }
H1.HeaderClassName
{
color: #965573;
}
.AnyTagClassName
{
color: #965573;
}
</style>
background-color css
<style>
a { background-color: #965573; }
a { background-color: rgb(150,85,115); }
div.DivClassName
{
background-color: #965573;
}
.BgClassName
{
background-color: #965573;
}
</style>
border-color css
<style>
span { border-color: #965573; }
span { border-color: rgb(150,85,115); }
td.TdClassName
{
border-color: #965573;
}
.TagClassName
{
border-color: #965573;
}
</style>