Shades of Mauve Taupe #97666D
Tints of Mauve Taupe #97666D
RGB
CMYK
RGB Variations
Color information
#97666D (or 0x97666D) is known color: Mauve Taupe. HEX triplet: 97, 66 and 6D. RGB value is (151,102,109). Sum of RGB (Red+Green+Blue) = 151+102+109=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #97666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97666D is #689992. Grayscale: #757575. Windows color (decimal): -6855059 or 7169687. OLE color: 7169687.
HSL color Cylindrical-coordinate representation of color #97666D: hue angle of 351.43º 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 #97666D is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 102 | 109 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.41 |
| HSL | 351.43º | 0.19% | 0.5% | - |
| HSV(B) | 351.43º | 0.32% | 0.59% | - |
| XYZ | 20.27 | 17.19 | 16.72 | - |
| YUV | 117.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 109 | 0 | 0.32 | 0.28 | 0.41 | 351.43 | 0.19 | 0.5 |
| Hex | 97 | 66 | 6D | 0 | 20 | 1C | 29 | 15F | 13 | 32 |
| Octal | 227 | 146 | 155 | 0 | 40 | 34 | 51 | 537 | 23 | 62 |
| Binary | 10010111 | 1100110 | 1101101 | 0 | 100000 | 11100 | 101001 | 101011111 | 10011 | 110010 |
Color Harmonies of #97666D
Complementary color
Monochromatic Colors of #97666D
Black with #97666D
Text Example
Text Example
White with #97666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97666D; }
p { color: rgb(151,102,109); }
H1.HeaderClassName
{
color: #97666D;
}
.AnyTagClassName
{
color: #97666D;
}
</style>
background-color css
<style>
a { background-color: #97666D; }
a { background-color: rgb(151,102,109); }
div.DivClassName
{
background-color: #97666D;
}
.BgClassName
{
background-color: #97666D;
}
</style>
border-color css
<style>
span { border-color: #97666D; }
span { border-color: rgb(151,102,109); }
td.TdClassName
{
border-color: #97666D;
}
.TagClassName
{
border-color: #97666D;
}
</style>