Shades of Mauve Taupe #906971
Tints of Mauve Taupe #906971
RGB
CMYK
RGB Variations
Color information
#906971 (or 0x906971) is known color: Mauve Taupe. HEX triplet: 90, 69 and 71. RGB value is (144,105,113). Sum of RGB (Red+Green+Blue) = 144+105+113=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #906971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906971 is #6F968E. Grayscale: #757575. Windows color (decimal): -7313039 or 7432592. OLE color: 7432592.
HSL color Cylindrical-coordinate representation of color #906971: hue angle of 347.69º 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 #906971 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 113 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.44 |
| HSL | 347.69º | 0.16% | 0.49% | - |
| HSV(B) | 347.69º | 0.27% | 0.56% | - |
| XYZ | 19.53 | 17.22 | 17.92 | - |
| YUV | 117.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 113 | 0 | 0.27 | 0.22 | 0.44 | 347.69 | 0.16 | 0.49 |
| Hex | 90 | 69 | 71 | 0 | 1B | 16 | 2C | 15C | 10 | 31 |
| Octal | 220 | 151 | 161 | 0 | 33 | 26 | 54 | 534 | 20 | 61 |
| Binary | 10010000 | 1101001 | 1110001 | 0 | 11011 | 10110 | 101100 | 101011100 | 10000 | 110001 |
Color Harmonies of #906971
Complementary color
Monochromatic Colors of #906971
Black with #906971
Text Example
Text Example
White with #906971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906971; }
p { color: rgb(144,105,113); }
H1.HeaderClassName
{
color: #906971;
}
.AnyTagClassName
{
color: #906971;
}
</style>
background-color css
<style>
a { background-color: #906971; }
a { background-color: rgb(144,105,113); }
div.DivClassName
{
background-color: #906971;
}
.BgClassName
{
background-color: #906971;
}
</style>
border-color css
<style>
span { border-color: #906971; }
span { border-color: rgb(144,105,113); }
td.TdClassName
{
border-color: #906971;
}
.TagClassName
{
border-color: #906971;
}
</style>