Shades of Mauve Taupe #965673
Tints of Mauve Taupe #965673
RGB
CMYK
RGB Variations
Color information
#965673 (or 0x965673) is known color: Mauve Taupe. HEX triplet: 96, 56 and 73. RGB value is (150,86,115). Sum of RGB (Red+Green+Blue) = 150+86+115=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #965673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965673 is #69A98C. Grayscale: #6C6C6C. Windows color (decimal): -6924685 or 7558806. OLE color: 7558806.
HSL color Cylindrical-coordinate representation of color #965673: hue angle of 332.81º degrees, saturation: 0.27, 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 #965673 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 86 | 115 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.41 |
| HSL | 332.81º | 0.27% | 0.46% | - |
| HSV(B) | 332.81º | 0.43% | 0.59% | - |
| XYZ | 19 | 14.38 | 17.99 | - |
| YUV | 108.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 115 | 0 | 0.43 | 0.23 | 0.41 | 332.81 | 0.27 | 0.46 |
| Hex | 96 | 56 | 73 | 0 | 2B | 17 | 29 | 14D | 1B | 2E |
| Octal | 226 | 126 | 163 | 0 | 53 | 27 | 51 | 515 | 33 | 56 |
| Binary | 10010110 | 1010110 | 1110011 | 0 | 101011 | 10111 | 101001 | 101001101 | 11011 | 101110 |
Color Harmonies of #965673
Complementary color
Monochromatic Colors of #965673
Black with #965673
Text Example
Text Example
White with #965673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965673; }
p { color: rgb(150,86,115); }
H1.HeaderClassName
{
color: #965673;
}
.AnyTagClassName
{
color: #965673;
}
</style>
background-color css
<style>
a { background-color: #965673; }
a { background-color: rgb(150,86,115); }
div.DivClassName
{
background-color: #965673;
}
.BgClassName
{
background-color: #965673;
}
</style>
border-color css
<style>
span { border-color: #965673; }
span { border-color: rgb(150,86,115); }
td.TdClassName
{
border-color: #965673;
}
.TagClassName
{
border-color: #965673;
}
</style>