Shades of Mauve Taupe #90696D
Tints of Mauve Taupe #90696D
RGB
CMYK
RGB Variations
Color information
#90696D (or 0x90696D) is known color: Mauve Taupe. HEX triplet: 90, 69 and 6D. RGB value is (144,105,109). Sum of RGB (Red+Green+Blue) = 144+105+109=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #90696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90696D is #6F9692. Grayscale: #757575. Windows color (decimal): -7313043 or 7170448. OLE color: 7170448.
HSL color Cylindrical-coordinate representation of color #90696D: hue angle of 353.85º 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 #90696D is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 109 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.44 |
| HSL | 353.85º | 0.16% | 0.49% | - |
| HSV(B) | 353.85º | 0.27% | 0.56% | - |
| XYZ | 19.31 | 17.14 | 16.76 | - |
| YUV | 117.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 109 | 0 | 0.27 | 0.24 | 0.44 | 353.85 | 0.16 | 0.49 |
| Hex | 90 | 69 | 6D | 0 | 1B | 18 | 2C | 162 | 10 | 31 |
| Octal | 220 | 151 | 155 | 0 | 33 | 30 | 54 | 542 | 20 | 61 |
| Binary | 10010000 | 1101001 | 1101101 | 0 | 11011 | 11000 | 101100 | 101100010 | 10000 | 110001 |
Color Harmonies of #90696D
Complementary color
Monochromatic Colors of #90696D
Black with #90696D
Text Example
Text Example
White with #90696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90696D; }
p { color: rgb(144,105,109); }
H1.HeaderClassName
{
color: #90696D;
}
.AnyTagClassName
{
color: #90696D;
}
</style>
background-color css
<style>
a { background-color: #90696D; }
a { background-color: rgb(144,105,109); }
div.DivClassName
{
background-color: #90696D;
}
.BgClassName
{
background-color: #90696D;
}
</style>
border-color css
<style>
span { border-color: #90696D; }
span { border-color: rgb(144,105,109); }
td.TdClassName
{
border-color: #90696D;
}
.TagClassName
{
border-color: #90696D;
}
</style>