Shades of Mauve Taupe #905672
Tints of Mauve Taupe #905672
RGB
CMYK
RGB Variations
Color information
#905672 (or 0x905672) is known color: Mauve Taupe. HEX triplet: 90, 56 and 72. RGB value is (144,86,114). Sum of RGB (Red+Green+Blue) = 144+86+114=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #905672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905672 is #6FA98D. Grayscale: #6A6A6A. Windows color (decimal): -7317902 or 7493264. OLE color: 7493264.
HSL color Cylindrical-coordinate representation of color #905672: hue angle of 331.03º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #905672 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 86 | 114 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.44 |
| HSL | 331.03º | 0.25% | 0.45% | - |
| HSV(B) | 331.03º | 0.4% | 0.56% | - |
| XYZ | 17.87 | 13.8 | 17.64 | - |
| YUV | 106.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 114 | 0 | 0.40 | 0.21 | 0.44 | 331.03 | 0.25 | 0.45 |
| Hex | 90 | 56 | 72 | 0 | 28 | 15 | 2C | 14B | 19 | 2D |
| Octal | 220 | 126 | 162 | 0 | 50 | 25 | 54 | 513 | 31 | 55 |
| Binary | 10010000 | 1010110 | 1110010 | 0 | 101000 | 10101 | 101100 | 101001011 | 11001 | 101101 |
Color Harmonies of #905672
Complementary color
Monochromatic Colors of #905672
Black with #905672
Text Example
Text Example
White with #905672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905672; }
p { color: rgb(144,86,114); }
H1.HeaderClassName
{
color: #905672;
}
.AnyTagClassName
{
color: #905672;
}
</style>
background-color css
<style>
a { background-color: #905672; }
a { background-color: rgb(144,86,114); }
div.DivClassName
{
background-color: #905672;
}
.BgClassName
{
background-color: #905672;
}
</style>
border-color css
<style>
span { border-color: #905672; }
span { border-color: rgb(144,86,114); }
td.TdClassName
{
border-color: #905672;
}
.TagClassName
{
border-color: #905672;
}
</style>