Shades of Mauve Taupe #906975
Tints of Mauve Taupe #906975
RGB
CMYK
RGB Variations
Color information
#906975 (or 0x906975) is known color: Mauve Taupe. HEX triplet: 90, 69 and 75. RGB value is (144,105,117). Sum of RGB (Red+Green+Blue) = 144+105+117=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 144 - color contains mainly: red. Hex color #906975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906975 is #6F968A. Grayscale: #767676. Windows color (decimal): -7313035 or 7694736. OLE color: 7694736.
HSL color Cylindrical-coordinate representation of color #906975: hue angle of 341.54º 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 #906975 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 117 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.44 |
| HSL | 341.54º | 0.16% | 0.49% | - |
| HSV(B) | 341.54º | 0.27% | 0.56% | - |
| XYZ | 19.76 | 17.32 | 19.13 | - |
| YUV | 118.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 117 | 0 | 0.27 | 0.19 | 0.44 | 341.54 | 0.16 | 0.49 |
| Hex | 90 | 69 | 75 | 0 | 1B | 13 | 2C | 156 | 10 | 31 |
| Octal | 220 | 151 | 165 | 0 | 33 | 23 | 54 | 526 | 20 | 61 |
| Binary | 10010000 | 1101001 | 1110101 | 0 | 11011 | 10011 | 101100 | 101010110 | 10000 | 110001 |
Color Harmonies of #906975
Complementary color
Monochromatic Colors of #906975
Black with #906975
Text Example
Text Example
White with #906975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906975; }
p { color: rgb(144,105,117); }
H1.HeaderClassName
{
color: #906975;
}
.AnyTagClassName
{
color: #906975;
}
</style>
background-color css
<style>
a { background-color: #906975; }
a { background-color: rgb(144,105,117); }
div.DivClassName
{
background-color: #906975;
}
.BgClassName
{
background-color: #906975;
}
</style>
border-color css
<style>
span { border-color: #906975; }
span { border-color: rgb(144,105,117); }
td.TdClassName
{
border-color: #906975;
}
.TagClassName
{
border-color: #906975;
}
</style>