Shades of Mauve Taupe #976468
Tints of Mauve Taupe #976468
RGB
CMYK
RGB Variations
Color information
#976468 (or 0x976468) is known color: Mauve Taupe. HEX triplet: 97, 64 and 68. RGB value is (151,100,104). Sum of RGB (Red+Green+Blue) = 151+100+104=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #976468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976468 is #689B97. Grayscale: #737373. Windows color (decimal): -6855576 or 6841495. OLE color: 6841495.
HSL color Cylindrical-coordinate representation of color #976468: hue angle of 355.29º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976468 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 100 | 104 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.41 |
| HSL | 355.29º | 0.2% | 0.49% | - |
| HSV(B) | 355.29º | 0.34% | 0.59% | - |
| XYZ | 19.82 | 16.69 | 15.27 | - |
| YUV | 115.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 100 | 104 | 0 | 0.34 | 0.31 | 0.41 | 355.29 | 0.2 | 0.49 |
| Hex | 97 | 64 | 68 | 0 | 22 | 1F | 29 | 163 | 14 | 31 |
| Octal | 227 | 144 | 150 | 0 | 42 | 37 | 51 | 543 | 24 | 61 |
| Binary | 10010111 | 1100100 | 1101000 | 0 | 100010 | 11111 | 101001 | 101100011 | 10100 | 110001 |
Color Harmonies of #976468
Complementary color
Monochromatic Colors of #976468
Black with #976468
Text Example
Text Example
White with #976468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976468; }
p { color: rgb(151,100,104); }
H1.HeaderClassName
{
color: #976468;
}
.AnyTagClassName
{
color: #976468;
}
</style>
background-color css
<style>
a { background-color: #976468; }
a { background-color: rgb(151,100,104); }
div.DivClassName
{
background-color: #976468;
}
.BgClassName
{
background-color: #976468;
}
</style>
border-color css
<style>
span { border-color: #976468; }
span { border-color: rgb(151,100,104); }
td.TdClassName
{
border-color: #976468;
}
.TagClassName
{
border-color: #976468;
}
</style>