Shades of Mauve Taupe #97656C
Tints of Mauve Taupe #97656C
RGB
CMYK
RGB Variations
Color information
#97656C (or 0x97656C) is known color: Mauve Taupe. HEX triplet: 97, 65 and 6C. RGB value is (151,101,108). Sum of RGB (Red+Green+Blue) = 151+101+108=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 151 - color contains mainly: red. Hex color #97656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97656C is #689A93. Grayscale: #747474. Windows color (decimal): -6855316 or 7103895. OLE color: 7103895.
HSL color Cylindrical-coordinate representation of color #97656C: hue angle of 351.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97656C is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 101 | 108 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.41 |
| HSL | 351.6º | 0.2% | 0.49% | - |
| HSV(B) | 351.6º | 0.33% | 0.59% | - |
| XYZ | 20.12 | 16.97 | 16.4 | - |
| YUV | 116.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 101 | 108 | 0 | 0.33 | 0.28 | 0.41 | 351.6 | 0.2 | 0.49 |
| Hex | 97 | 65 | 6C | 0 | 21 | 1C | 29 | 160 | 14 | 31 |
| Octal | 227 | 145 | 154 | 0 | 41 | 34 | 51 | 540 | 24 | 61 |
| Binary | 10010111 | 1100101 | 1101100 | 0 | 100001 | 11100 | 101001 | 101100000 | 10100 | 110001 |
Color Harmonies of #97656C
Complementary color
Monochromatic Colors of #97656C
Black with #97656C
Text Example
Text Example
White with #97656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97656C; }
p { color: rgb(151,101,108); }
H1.HeaderClassName
{
color: #97656C;
}
.AnyTagClassName
{
color: #97656C;
}
</style>
background-color css
<style>
a { background-color: #97656C; }
a { background-color: rgb(151,101,108); }
div.DivClassName
{
background-color: #97656C;
}
.BgClassName
{
background-color: #97656C;
}
</style>
border-color css
<style>
span { border-color: #97656C; }
span { border-color: rgb(151,101,108); }
td.TdClassName
{
border-color: #97656C;
}
.TagClassName
{
border-color: #97656C;
}
</style>