Shades of Mauve Taupe #97666E
Tints of Mauve Taupe #97666E
RGB
CMYK
RGB Variations
Color information
#97666E (or 0x97666E) is known color: Mauve Taupe. HEX triplet: 97, 66 and 6E. RGB value is (151,102,110). Sum of RGB (Red+Green+Blue) = 151+102+110=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #97666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97666E is #689991. Grayscale: #757575. Windows color (decimal): -6855058 or 7235223. OLE color: 7235223.
HSL color Cylindrical-coordinate representation of color #97666E: hue angle of 350.2º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97666E is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 102 | 110 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.41 |
| HSL | 350.2º | 0.19% | 0.5% | - |
| HSV(B) | 350.2º | 0.32% | 0.59% | - |
| XYZ | 20.33 | 17.21 | 17 | - |
| YUV | 117.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 110 | 0 | 0.32 | 0.27 | 0.41 | 350.2 | 0.19 | 0.5 |
| Hex | 97 | 66 | 6E | 0 | 20 | 1B | 29 | 15E | 13 | 32 |
| Octal | 227 | 146 | 156 | 0 | 40 | 33 | 51 | 536 | 23 | 62 |
| Binary | 10010111 | 1100110 | 1101110 | 0 | 100000 | 11011 | 101001 | 101011110 | 10011 | 110010 |
Color Harmonies of #97666E
Complementary color
Monochromatic Colors of #97666E
Black with #97666E
Text Example
Text Example
White with #97666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97666E; }
p { color: rgb(151,102,110); }
H1.HeaderClassName
{
color: #97666E;
}
.AnyTagClassName
{
color: #97666E;
}
</style>
background-color css
<style>
a { background-color: #97666E; }
a { background-color: rgb(151,102,110); }
div.DivClassName
{
background-color: #97666E;
}
.BgClassName
{
background-color: #97666E;
}
</style>
border-color css
<style>
span { border-color: #97666E; }
span { border-color: rgb(151,102,110); }
td.TdClassName
{
border-color: #97666E;
}
.TagClassName
{
border-color: #97666E;
}
</style>