Shades of Mauve Taupe #906474
Tints of Mauve Taupe #906474
RGB
CMYK
RGB Variations
Color information
#906474 (or 0x906474) is known color: Mauve Taupe. HEX triplet: 90, 64 and 74. RGB value is (144,100,116). Sum of RGB (Red+Green+Blue) = 144+100+116=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #906474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906474 is #6F9B8B. Grayscale: #727272. Windows color (decimal): -7314316 or 7627920. OLE color: 7627920.
HSL color Cylindrical-coordinate representation of color #906474: hue angle of 338.18º degrees, saturation: 0.18, 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 #906474 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 100 | 116 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.44 |
| HSL | 338.18º | 0.18% | 0.48% | - |
| HSV(B) | 338.18º | 0.31% | 0.56% | - |
| XYZ | 19.21 | 16.3 | 18.66 | - |
| YUV | 114.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 100 | 116 | 0 | 0.31 | 0.19 | 0.44 | 338.18 | 0.18 | 0.48 |
| Hex | 90 | 64 | 74 | 0 | 1F | 13 | 2C | 152 | 12 | 30 |
| Octal | 220 | 144 | 164 | 0 | 37 | 23 | 54 | 522 | 22 | 60 |
| Binary | 10010000 | 1100100 | 1110100 | 0 | 11111 | 10011 | 101100 | 101010010 | 10010 | 110000 |
Color Harmonies of #906474
Complementary color
Monochromatic Colors of #906474
Black with #906474
Text Example
Text Example
White with #906474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906474; }
p { color: rgb(144,100,116); }
H1.HeaderClassName
{
color: #906474;
}
.AnyTagClassName
{
color: #906474;
}
</style>
background-color css
<style>
a { background-color: #906474; }
a { background-color: rgb(144,100,116); }
div.DivClassName
{
background-color: #906474;
}
.BgClassName
{
background-color: #906474;
}
</style>
border-color css
<style>
span { border-color: #906474; }
span { border-color: rgb(144,100,116); }
td.TdClassName
{
border-color: #906474;
}
.TagClassName
{
border-color: #906474;
}
</style>