Shades of Mauve Taupe #90666E
Tints of Mauve Taupe #90666E
RGB
CMYK
RGB Variations
Color information
#90666E (or 0x90666E) is known color: Mauve Taupe. HEX triplet: 90, 66 and 6E. RGB value is (144,102,110). Sum of RGB (Red+Green+Blue) = 144+102+110=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #90666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90666E is #6F9991. Grayscale: #737373. Windows color (decimal): -7313810 or 7235216. OLE color: 7235216.
HSL color Cylindrical-coordinate representation of color #90666E: hue angle of 348.57º 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 #90666E is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 102 | 110 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.44 |
| HSL | 348.57º | 0.17% | 0.48% | - |
| HSV(B) | 348.57º | 0.29% | 0.56% | - |
| XYZ | 19.07 | 16.56 | 16.94 | - |
| YUV | 115.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 110 | 0 | 0.29 | 0.24 | 0.44 | 348.57 | 0.17 | 0.48 |
| Hex | 90 | 66 | 6E | 0 | 1D | 18 | 2C | 15D | 11 | 30 |
| Octal | 220 | 146 | 156 | 0 | 35 | 30 | 54 | 535 | 21 | 60 |
| Binary | 10010000 | 1100110 | 1101110 | 0 | 11101 | 11000 | 101100 | 101011101 | 10001 | 110000 |
Color Harmonies of #90666E
Complementary color
Monochromatic Colors of #90666E
Black with #90666E
Text Example
Text Example
White with #90666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90666E; }
p { color: rgb(144,102,110); }
H1.HeaderClassName
{
color: #90666E;
}
.AnyTagClassName
{
color: #90666E;
}
</style>
background-color css
<style>
a { background-color: #90666E; }
a { background-color: rgb(144,102,110); }
div.DivClassName
{
background-color: #90666E;
}
.BgClassName
{
background-color: #90666E;
}
</style>
border-color css
<style>
span { border-color: #90666E; }
span { border-color: rgb(144,102,110); }
td.TdClassName
{
border-color: #90666E;
}
.TagClassName
{
border-color: #90666E;
}
</style>