Shades of Mauve Taupe #906973
Tints of Mauve Taupe #906973
RGB
CMYK
RGB Variations
Color information
#906973 (or 0x906973) is known color: Mauve Taupe. HEX triplet: 90, 69 and 73. RGB value is (144,105,115). Sum of RGB (Red+Green+Blue) = 144+105+115=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #906973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906973 is #6F968C. Grayscale: #757575. Windows color (decimal): -7313037 or 7563664. OLE color: 7563664.
HSL color Cylindrical-coordinate representation of color #906973: hue angle of 344.62º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #906973 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 115 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.44 |
| HSL | 344.62º | 0.16% | 0.49% | - |
| HSV(B) | 344.62º | 0.27% | 0.56% | - |
| XYZ | 19.65 | 17.27 | 18.52 | - |
| YUV | 117.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 115 | 0 | 0.27 | 0.20 | 0.44 | 344.62 | 0.16 | 0.49 |
| Hex | 90 | 69 | 73 | 0 | 1B | 14 | 2C | 159 | 10 | 31 |
| Octal | 220 | 151 | 163 | 0 | 33 | 24 | 54 | 531 | 20 | 61 |
| Binary | 10010000 | 1101001 | 1110011 | 0 | 11011 | 10100 | 101100 | 101011001 | 10000 | 110001 |
Color Harmonies of #906973
Complementary color
Monochromatic Colors of #906973
Black with #906973
Text Example
Text Example
White with #906973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906973; }
p { color: rgb(144,105,115); }
H1.HeaderClassName
{
color: #906973;
}
.AnyTagClassName
{
color: #906973;
}
</style>
background-color css
<style>
a { background-color: #906973; }
a { background-color: rgb(144,105,115); }
div.DivClassName
{
background-color: #906973;
}
.BgClassName
{
background-color: #906973;
}
</style>
border-color css
<style>
span { border-color: #906973; }
span { border-color: rgb(144,105,115); }
td.TdClassName
{
border-color: #906973;
}
.TagClassName
{
border-color: #906973;
}
</style>