Shades of Mauve Taupe #906370
Tints of Mauve Taupe #906370
RGB
CMYK
RGB Variations
Color information
#906370 (or 0x906370) is known color: Mauve Taupe. HEX triplet: 90, 63 and 70. RGB value is (144,99,112). Sum of RGB (Red+Green+Blue) = 144+99+112=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #906370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906370 is #6F9C8F. Grayscale: #717171. Windows color (decimal): -7314576 or 7365520. OLE color: 7365520.
HSL color Cylindrical-coordinate representation of color #906370: hue angle of 342.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906370 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 99 | 112 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.44 |
| HSL | 342.67º | 0.19% | 0.48% | - |
| HSV(B) | 342.67º | 0.31% | 0.56% | - |
| XYZ | 18.89 | 16.02 | 17.43 | - |
| YUV | 113.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 112 | 0 | 0.31 | 0.22 | 0.44 | 342.67 | 0.19 | 0.48 |
| Hex | 90 | 63 | 70 | 0 | 1F | 16 | 2C | 157 | 13 | 30 |
| Octal | 220 | 143 | 160 | 0 | 37 | 26 | 54 | 527 | 23 | 60 |
| Binary | 10010000 | 1100011 | 1110000 | 0 | 11111 | 10110 | 101100 | 101010111 | 10011 | 110000 |
Color Harmonies of #906370
Complementary color
Monochromatic Colors of #906370
Black with #906370
Text Example
Text Example
White with #906370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906370; }
p { color: rgb(144,99,112); }
H1.HeaderClassName
{
color: #906370;
}
.AnyTagClassName
{
color: #906370;
}
</style>
background-color css
<style>
a { background-color: #906370; }
a { background-color: rgb(144,99,112); }
div.DivClassName
{
background-color: #906370;
}
.BgClassName
{
background-color: #906370;
}
</style>
border-color css
<style>
span { border-color: #906370; }
span { border-color: rgb(144,99,112); }
td.TdClassName
{
border-color: #906370;
}
.TagClassName
{
border-color: #906370;
}
</style>