Shades of Mauve Taupe #905D71
Tints of Mauve Taupe #905D71
RGB
CMYK
RGB Variations
Color information
#905D71 (or 0x905D71) is known color: Mauve Taupe. HEX triplet: 90, 5D and 71. RGB value is (144,93,113). Sum of RGB (Red+Green+Blue) = 144+93+113=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #905D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905D71 is #6FA28E. Grayscale: #6E6E6E. Windows color (decimal): -7316111 or 7429520. OLE color: 7429520.
HSL color Cylindrical-coordinate representation of color #905D71: hue angle of 336.47º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #905D71 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 93 | 113 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.44 |
| HSL | 336.47º | 0.22% | 0.46% | - |
| HSV(B) | 336.47º | 0.35% | 0.56% | - |
| XYZ | 18.4 | 14.95 | 17.54 | - |
| YUV | 110.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 113 | 0 | 0.35 | 0.22 | 0.44 | 336.47 | 0.22 | 0.46 |
| Hex | 90 | 5D | 71 | 0 | 23 | 16 | 2C | 150 | 16 | 2E |
| Octal | 220 | 135 | 161 | 0 | 43 | 26 | 54 | 520 | 26 | 56 |
| Binary | 10010000 | 1011101 | 1110001 | 0 | 100011 | 10110 | 101100 | 101010000 | 10110 | 101110 |
Color Harmonies of #905D71
Complementary color
Monochromatic Colors of #905D71
Black with #905D71
Text Example
Text Example
White with #905D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905D71; }
p { color: rgb(144,93,113); }
H1.HeaderClassName
{
color: #905D71;
}
.AnyTagClassName
{
color: #905D71;
}
</style>
background-color css
<style>
a { background-color: #905D71; }
a { background-color: rgb(144,93,113); }
div.DivClassName
{
background-color: #905D71;
}
.BgClassName
{
background-color: #905D71;
}
</style>
border-color css
<style>
span { border-color: #905D71; }
span { border-color: rgb(144,93,113); }
td.TdClassName
{
border-color: #905D71;
}
.TagClassName
{
border-color: #905D71;
}
</style>