Shades of Mauve Taupe #906668
Tints of Mauve Taupe #906668
RGB
CMYK
RGB Variations
Color information
#906668 (or 0x906668) is known color: Mauve Taupe. HEX triplet: 90, 66 and 68. RGB value is (144,102,104). Sum of RGB (Red+Green+Blue) = 144+102+104=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #906668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906668 is #6F9997. Grayscale: #727272. Windows color (decimal): -7313816 or 6842000. OLE color: 6842000.
HSL color Cylindrical-coordinate representation of color #906668: hue angle of 357.14º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #906668 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 102 | 104 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.44 |
| HSL | 357.14º | 0.17% | 0.48% | - |
| HSV(B) | 357.14º | 0.29% | 0.56% | - |
| XYZ | 18.75 | 16.43 | 15.28 | - |
| YUV | 114.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 104 | 0 | 0.29 | 0.28 | 0.44 | 357.14 | 0.17 | 0.48 |
| Hex | 90 | 66 | 68 | 0 | 1D | 1C | 2C | 165 | 11 | 30 |
| Octal | 220 | 146 | 150 | 0 | 35 | 34 | 54 | 545 | 21 | 60 |
| Binary | 10010000 | 1100110 | 1101000 | 0 | 11101 | 11100 | 101100 | 101100101 | 10001 | 110000 |
Color Harmonies of #906668
Complementary color
Monochromatic Colors of #906668
Black with #906668
Text Example
Text Example
White with #906668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906668; }
p { color: rgb(144,102,104); }
H1.HeaderClassName
{
color: #906668;
}
.AnyTagClassName
{
color: #906668;
}
</style>
background-color css
<style>
a { background-color: #906668; }
a { background-color: rgb(144,102,104); }
div.DivClassName
{
background-color: #906668;
}
.BgClassName
{
background-color: #906668;
}
</style>
border-color css
<style>
span { border-color: #906668; }
span { border-color: rgb(144,102,104); }
td.TdClassName
{
border-color: #906668;
}
.TagClassName
{
border-color: #906668;
}
</style>