Shades of Mauve Taupe #905673
Tints of Mauve Taupe #905673
RGB
CMYK
RGB Variations
Color information
#905673 (or 0x905673) is known color: Mauve Taupe. HEX triplet: 90, 56 and 73. RGB value is (144,86,115). Sum of RGB (Red+Green+Blue) = 144+86+115=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #905673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905673 is #6FA98C. Grayscale: #6A6A6A. Windows color (decimal): -7317901 or 7558800. OLE color: 7558800.
HSL color Cylindrical-coordinate representation of color #905673: hue angle of 330º 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 #905673 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 86 | 115 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.44 |
| HSL | 330º | 0.25% | 0.45% | - |
| HSV(B) | 330º | 0.4% | 0.56% | - |
| XYZ | 17.92 | 13.82 | 17.94 | - |
| YUV | 106.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 115 | 0 | 0.40 | 0.20 | 0.44 | 330 | 0.25 | 0.45 |
| Hex | 90 | 56 | 73 | 0 | 28 | 14 | 2C | 14A | 19 | 2D |
| Octal | 220 | 126 | 163 | 0 | 50 | 24 | 54 | 512 | 31 | 55 |
| Binary | 10010000 | 1010110 | 1110011 | 0 | 101000 | 10100 | 101100 | 101001010 | 11001 | 101101 |
Color Harmonies of #905673
Complementary color
Monochromatic Colors of #905673
Black with #905673
Text Example
Text Example
White with #905673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905673; }
p { color: rgb(144,86,115); }
H1.HeaderClassName
{
color: #905673;
}
.AnyTagClassName
{
color: #905673;
}
</style>
background-color css
<style>
a { background-color: #905673; }
a { background-color: rgb(144,86,115); }
div.DivClassName
{
background-color: #905673;
}
.BgClassName
{
background-color: #905673;
}
</style>
border-color css
<style>
span { border-color: #905673; }
span { border-color: rgb(144,86,115); }
td.TdClassName
{
border-color: #905673;
}
.TagClassName
{
border-color: #905673;
}
</style>