Shades of Mauve Taupe #906272
Tints of Mauve Taupe #906272
RGB
CMYK
RGB Variations
Color information
#906272 (or 0x906272) is known color: Mauve Taupe. HEX triplet: 90, 62 and 72. RGB value is (144,98,114). Sum of RGB (Red+Green+Blue) = 144+98+114=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #906272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906272 is #6F9D8D. Grayscale: #717171. Windows color (decimal): -7314830 or 7496336. OLE color: 7496336.
HSL color Cylindrical-coordinate representation of color #906272: hue angle of 339.13º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906272 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 114 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.44 |
| HSL | 339.13º | 0.19% | 0.47% | - |
| HSV(B) | 339.13º | 0.32% | 0.56% | - |
| XYZ | 18.91 | 15.88 | 17.99 | - |
| YUV | 113.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 114 | 0 | 0.32 | 0.21 | 0.44 | 339.13 | 0.19 | 0.47 |
| Hex | 90 | 62 | 72 | 0 | 20 | 15 | 2C | 153 | 13 | 2F |
| Octal | 220 | 142 | 162 | 0 | 40 | 25 | 54 | 523 | 23 | 57 |
| Binary | 10010000 | 1100010 | 1110010 | 0 | 100000 | 10101 | 101100 | 101010011 | 10011 | 101111 |
Color Harmonies of #906272
Complementary color
Monochromatic Colors of #906272
Black with #906272
Text Example
Text Example
White with #906272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906272; }
p { color: rgb(144,98,114); }
H1.HeaderClassName
{
color: #906272;
}
.AnyTagClassName
{
color: #906272;
}
</style>
background-color css
<style>
a { background-color: #906272; }
a { background-color: rgb(144,98,114); }
div.DivClassName
{
background-color: #906272;
}
.BgClassName
{
background-color: #906272;
}
</style>
border-color css
<style>
span { border-color: #906272; }
span { border-color: rgb(144,98,114); }
td.TdClassName
{
border-color: #906272;
}
.TagClassName
{
border-color: #906272;
}
</style>