Shades of Mauve Taupe #97666C
Tints of Mauve Taupe #97666C
RGB
CMYK
RGB Variations
Color information
#97666C (or 0x97666C) is known color: Mauve Taupe. HEX triplet: 97, 66 and 6C. RGB value is (151,102,108). Sum of RGB (Red+Green+Blue) = 151+102+108=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #97666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97666C is #689993. Grayscale: #757575. Windows color (decimal): -6855060 or 7104151. OLE color: 7104151.
HSL color Cylindrical-coordinate representation of color #97666C: hue angle of 352.65º 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 #97666C is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 102 | 108 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.41 |
| HSL | 352.65º | 0.19% | 0.5% | - |
| HSV(B) | 352.65º | 0.32% | 0.59% | - |
| XYZ | 20.22 | 17.16 | 16.43 | - |
| YUV | 117.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 108 | 0 | 0.32 | 0.28 | 0.41 | 352.65 | 0.19 | 0.5 |
| Hex | 97 | 66 | 6C | 0 | 20 | 1C | 29 | 161 | 13 | 32 |
| Octal | 227 | 146 | 154 | 0 | 40 | 34 | 51 | 541 | 23 | 62 |
| Binary | 10010111 | 1100110 | 1101100 | 0 | 100000 | 11100 | 101001 | 101100001 | 10011 | 110010 |
Color Harmonies of #97666C
Complementary color
Monochromatic Colors of #97666C
Black with #97666C
Text Example
Text Example
White with #97666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97666C; }
p { color: rgb(151,102,108); }
H1.HeaderClassName
{
color: #97666C;
}
.AnyTagClassName
{
color: #97666C;
}
</style>
background-color css
<style>
a { background-color: #97666C; }
a { background-color: rgb(151,102,108); }
div.DivClassName
{
background-color: #97666C;
}
.BgClassName
{
background-color: #97666C;
}
</style>
border-color css
<style>
span { border-color: #97666C; }
span { border-color: rgb(151,102,108); }
td.TdClassName
{
border-color: #97666C;
}
.TagClassName
{
border-color: #97666C;
}
</style>