Shades of Mauve Taupe #90666C
Tints of Mauve Taupe #90666C
RGB
CMYK
RGB Variations
Color information
#90666C (or 0x90666C) is known color: Mauve Taupe. HEX triplet: 90, 66 and 6C. RGB value is (144,102,108). Sum of RGB (Red+Green+Blue) = 144+102+108=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90666C is #6F9993. Grayscale: #737373. Windows color (decimal): -7313812 or 7104144. OLE color: 7104144.
HSL color Cylindrical-coordinate representation of color #90666C: hue angle of 351.43º 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 #90666C is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 102 | 108 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.44 |
| HSL | 351.43º | 0.17% | 0.48% | - |
| HSV(B) | 351.43º | 0.29% | 0.56% | - |
| XYZ | 18.96 | 16.51 | 16.38 | - |
| YUV | 115.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 108 | 0 | 0.29 | 0.25 | 0.44 | 351.43 | 0.17 | 0.48 |
| Hex | 90 | 66 | 6C | 0 | 1D | 19 | 2C | 15F | 11 | 30 |
| Octal | 220 | 146 | 154 | 0 | 35 | 31 | 54 | 537 | 21 | 60 |
| Binary | 10010000 | 1100110 | 1101100 | 0 | 11101 | 11001 | 101100 | 101011111 | 10001 | 110000 |
Color Harmonies of #90666C
Complementary color
Monochromatic Colors of #90666C
Black with #90666C
Text Example
Text Example
White with #90666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90666C; }
p { color: rgb(144,102,108); }
H1.HeaderClassName
{
color: #90666C;
}
.AnyTagClassName
{
color: #90666C;
}
</style>
background-color css
<style>
a { background-color: #90666C; }
a { background-color: rgb(144,102,108); }
div.DivClassName
{
background-color: #90666C;
}
.BgClassName
{
background-color: #90666C;
}
</style>
border-color css
<style>
span { border-color: #90666C; }
span { border-color: rgb(144,102,108); }
td.TdClassName
{
border-color: #90666C;
}
.TagClassName
{
border-color: #90666C;
}
</style>