Shades of Mauve Taupe #97606E
Tints of Mauve Taupe #97606E
RGB
CMYK
RGB Variations
Color information
#97606E (or 0x97606E) is known color: Mauve Taupe. HEX triplet: 97, 60 and 6E. RGB value is (151,96,110). Sum of RGB (Red+Green+Blue) = 151+96+110=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #97606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97606E is #689F91. Grayscale: #727272. Windows color (decimal): -6856594 or 7233687. OLE color: 7233687.
HSL color Cylindrical-coordinate representation of color #97606E: hue angle of 344.73º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97606E is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 96 | 110 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.41 |
| HSL | 344.73º | 0.22% | 0.48% | - |
| HSV(B) | 344.73º | 0.36% | 0.59% | - |
| XYZ | 19.76 | 16.07 | 16.81 | - |
| YUV | 114.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 96 | 110 | 0 | 0.36 | 0.27 | 0.41 | 344.73 | 0.22 | 0.48 |
| Hex | 97 | 60 | 6E | 0 | 24 | 1B | 29 | 159 | 16 | 30 |
| Octal | 227 | 140 | 156 | 0 | 44 | 33 | 51 | 531 | 26 | 60 |
| Binary | 10010111 | 1100000 | 1101110 | 0 | 100100 | 11011 | 101001 | 101011001 | 10110 | 110000 |
Color Harmonies of #97606E
Complementary color
Monochromatic Colors of #97606E
Black with #97606E
Text Example
Text Example
White with #97606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97606E; }
p { color: rgb(151,96,110); }
H1.HeaderClassName
{
color: #97606E;
}
.AnyTagClassName
{
color: #97606E;
}
</style>
background-color css
<style>
a { background-color: #97606E; }
a { background-color: rgb(151,96,110); }
div.DivClassName
{
background-color: #97606E;
}
.BgClassName
{
background-color: #97606E;
}
</style>
border-color css
<style>
span { border-color: #97606E; }
span { border-color: rgb(151,96,110); }
td.TdClassName
{
border-color: #97606E;
}
.TagClassName
{
border-color: #97606E;
}
</style>