Shades of Mauve Taupe #906468
Tints of Mauve Taupe #906468
RGB
CMYK
RGB Variations
Color information
#906468 (or 0x906468) is known color: Mauve Taupe. HEX triplet: 90, 64 and 68. RGB value is (144,100,104). Sum of RGB (Red+Green+Blue) = 144+100+104=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 144 - color contains mainly: red. Hex color #906468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906468 is #6F9B97. Grayscale: #717171. Windows color (decimal): -7314328 or 6841488. OLE color: 6841488.
HSL color Cylindrical-coordinate representation of color #906468: hue angle of 354.55º 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 #906468 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 100 | 104 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.44 |
| HSL | 354.55º | 0.18% | 0.48% | - |
| HSV(B) | 354.55º | 0.31% | 0.56% | - |
| XYZ | 18.56 | 16.04 | 15.22 | - |
| YUV | 113.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 100 | 104 | 0 | 0.31 | 0.28 | 0.44 | 354.55 | 0.18 | 0.48 |
| Hex | 90 | 64 | 68 | 0 | 1F | 1C | 2C | 163 | 12 | 30 |
| Octal | 220 | 144 | 150 | 0 | 37 | 34 | 54 | 543 | 22 | 60 |
| Binary | 10010000 | 1100100 | 1101000 | 0 | 11111 | 11100 | 101100 | 101100011 | 10010 | 110000 |
Color Harmonies of #906468
Complementary color
Monochromatic Colors of #906468
Black with #906468
Text Example
Text Example
White with #906468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906468; }
p { color: rgb(144,100,104); }
H1.HeaderClassName
{
color: #906468;
}
.AnyTagClassName
{
color: #906468;
}
</style>
background-color css
<style>
a { background-color: #906468; }
a { background-color: rgb(144,100,104); }
div.DivClassName
{
background-color: #906468;
}
.BgClassName
{
background-color: #906468;
}
</style>
border-color css
<style>
span { border-color: #906468; }
span { border-color: rgb(144,100,104); }
td.TdClassName
{
border-color: #906468;
}
.TagClassName
{
border-color: #906468;
}
</style>