Shades of Mauve Taupe #90696E
Tints of Mauve Taupe #90696E
RGB
CMYK
RGB Variations
Color information
#90696E (or 0x90696E) is known color: Mauve Taupe. HEX triplet: 90, 69 and 6E. RGB value is (144,105,110). Sum of RGB (Red+Green+Blue) = 144+105+110=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #90696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90696E is #6F9691. Grayscale: #757575. Windows color (decimal): -7313042 or 7235984. OLE color: 7235984.
HSL color Cylindrical-coordinate representation of color #90696E: hue angle of 352.31º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90696E is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 110 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.44 |
| HSL | 352.31º | 0.16% | 0.49% | - |
| HSV(B) | 352.31º | 0.27% | 0.56% | - |
| XYZ | 19.37 | 17.16 | 17.04 | - |
| YUV | 117.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 110 | 0 | 0.27 | 0.24 | 0.44 | 352.31 | 0.16 | 0.49 |
| Hex | 90 | 69 | 6E | 0 | 1B | 18 | 2C | 160 | 10 | 31 |
| Octal | 220 | 151 | 156 | 0 | 33 | 30 | 54 | 540 | 20 | 61 |
| Binary | 10010000 | 1101001 | 1101110 | 0 | 11011 | 11000 | 101100 | 101100000 | 10000 | 110001 |
Color Harmonies of #90696E
Complementary color
Monochromatic Colors of #90696E
Black with #90696E
Text Example
Text Example
White with #90696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90696E; }
p { color: rgb(144,105,110); }
H1.HeaderClassName
{
color: #90696E;
}
.AnyTagClassName
{
color: #90696E;
}
</style>
background-color css
<style>
a { background-color: #90696E; }
a { background-color: rgb(144,105,110); }
div.DivClassName
{
background-color: #90696E;
}
.BgClassName
{
background-color: #90696E;
}
</style>
border-color css
<style>
span { border-color: #90696E; }
span { border-color: rgb(144,105,110); }
td.TdClassName
{
border-color: #90696E;
}
.TagClassName
{
border-color: #90696E;
}
</style>