Shades of Mauve Taupe #906874
Tints of Mauve Taupe #906874
RGB
CMYK
RGB Variations
Color information
#906874 (or 0x906874) is known color: Mauve Taupe. HEX triplet: 90, 68 and 74. RGB value is (144,104,116). Sum of RGB (Red+Green+Blue) = 144+104+116=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #906874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906874 is #6F978B. Grayscale: #757575. Windows color (decimal): -7313292 or 7628944. OLE color: 7628944.
HSL color Cylindrical-coordinate representation of color #906874: hue angle of 342º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #906874 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 104 | 116 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.44 |
| HSL | 342º | 0.16% | 0.49% | - |
| HSV(B) | 342º | 0.28% | 0.56% | - |
| XYZ | 19.6 | 17.09 | 18.79 | - |
| YUV | 117.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 116 | 0 | 0.28 | 0.19 | 0.44 | 342 | 0.16 | 0.49 |
| Hex | 90 | 68 | 74 | 0 | 1C | 13 | 2C | 156 | 10 | 31 |
| Octal | 220 | 150 | 164 | 0 | 34 | 23 | 54 | 526 | 20 | 61 |
| Binary | 10010000 | 1101000 | 1110100 | 0 | 11100 | 10011 | 101100 | 101010110 | 10000 | 110001 |
Color Harmonies of #906874
Complementary color
Monochromatic Colors of #906874
Black with #906874
Text Example
Text Example
White with #906874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906874; }
p { color: rgb(144,104,116); }
H1.HeaderClassName
{
color: #906874;
}
.AnyTagClassName
{
color: #906874;
}
</style>
background-color css
<style>
a { background-color: #906874; }
a { background-color: rgb(144,104,116); }
div.DivClassName
{
background-color: #906874;
}
.BgClassName
{
background-color: #906874;
}
</style>
border-color css
<style>
span { border-color: #906874; }
span { border-color: rgb(144,104,116); }
td.TdClassName
{
border-color: #906874;
}
.TagClassName
{
border-color: #906874;
}
</style>