Shades of Mauve Taupe #975673
Tints of Mauve Taupe #975673
RGB
CMYK
RGB Variations
Color information
#975673 (or 0x975673) is known color: Mauve Taupe. HEX triplet: 97, 56 and 73. RGB value is (151,86,115). Sum of RGB (Red+Green+Blue) = 151+86+115=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #975673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975673 is #68A98C. Grayscale: #6C6C6C. Windows color (decimal): -6859149 or 7558807. OLE color: 7558807.
HSL color Cylindrical-coordinate representation of color #975673: hue angle of 333.23º 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 #975673 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 86 | 115 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.41 |
| HSL | 333.23º | 0.27% | 0.46% | - |
| HSV(B) | 333.23º | 0.43% | 0.59% | - |
| XYZ | 19.18 | 14.47 | 18 | - |
| YUV | 108.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 115 | 0 | 0.43 | 0.24 | 0.41 | 333.23 | 0.27 | 0.46 |
| Hex | 97 | 56 | 73 | 0 | 2B | 18 | 29 | 14D | 1B | 2E |
| Octal | 227 | 126 | 163 | 0 | 53 | 30 | 51 | 515 | 33 | 56 |
| Binary | 10010111 | 1010110 | 1110011 | 0 | 101011 | 11000 | 101001 | 101001101 | 11011 | 101110 |
Color Harmonies of #975673
Complementary color
Monochromatic Colors of #975673
Black with #975673
Text Example
Text Example
White with #975673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975673; }
p { color: rgb(151,86,115); }
H1.HeaderClassName
{
color: #975673;
}
.AnyTagClassName
{
color: #975673;
}
</style>
background-color css
<style>
a { background-color: #975673; }
a { background-color: rgb(151,86,115); }
div.DivClassName
{
background-color: #975673;
}
.BgClassName
{
background-color: #975673;
}
</style>
border-color css
<style>
span { border-color: #975673; }
span { border-color: rgb(151,86,115); }
td.TdClassName
{
border-color: #975673;
}
.TagClassName
{
border-color: #975673;
}
</style>