Shades of Mauve Taupe #90696F
Tints of Mauve Taupe #90696F
RGB
CMYK
RGB Variations
Color information
#90696F (or 0x90696F) is known color: Mauve Taupe. HEX triplet: 90, 69 and 6F. RGB value is (144,105,111). Sum of RGB (Red+Green+Blue) = 144+105+111=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #90696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90696F is #6F9690. Grayscale: #757575. Windows color (decimal): -7313041 or 7301520. OLE color: 7301520.
HSL color Cylindrical-coordinate representation of color #90696F: hue angle of 350.77º 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 #90696F is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 111 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.44 |
| HSL | 350.77º | 0.16% | 0.49% | - |
| HSV(B) | 350.77º | 0.27% | 0.56% | - |
| XYZ | 19.42 | 17.18 | 17.33 | - |
| YUV | 117.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 111 | 0 | 0.27 | 0.23 | 0.44 | 350.77 | 0.16 | 0.49 |
| Hex | 90 | 69 | 6F | 0 | 1B | 17 | 2C | 15F | 10 | 31 |
| Octal | 220 | 151 | 157 | 0 | 33 | 27 | 54 | 537 | 20 | 61 |
| Binary | 10010000 | 1101001 | 1101111 | 0 | 11011 | 10111 | 101100 | 101011111 | 10000 | 110001 |
Color Harmonies of #90696F
Complementary color
Monochromatic Colors of #90696F
Black with #90696F
Text Example
Text Example
White with #90696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90696F; }
p { color: rgb(144,105,111); }
H1.HeaderClassName
{
color: #90696F;
}
.AnyTagClassName
{
color: #90696F;
}
</style>
background-color css
<style>
a { background-color: #90696F; }
a { background-color: rgb(144,105,111); }
div.DivClassName
{
background-color: #90696F;
}
.BgClassName
{
background-color: #90696F;
}
</style>
border-color css
<style>
span { border-color: #90696F; }
span { border-color: rgb(144,105,111); }
td.TdClassName
{
border-color: #90696F;
}
.TagClassName
{
border-color: #90696F;
}
</style>