Shades of Mauve Taupe #90696B
Tints of Mauve Taupe #90696B
RGB
CMYK
RGB Variations
Color information
#90696B (or 0x90696B) is known color: Mauve Taupe. HEX triplet: 90, 69 and 6B. RGB value is (144,105,107). Sum of RGB (Red+Green+Blue) = 144+105+107=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #90696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90696B is #6F9694. Grayscale: #747474. Windows color (decimal): -7313045 or 7039376. OLE color: 7039376.
HSL color Cylindrical-coordinate representation of color #90696B: hue angle of 356.92º 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 #90696B is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 107 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.44 |
| HSL | 356.92º | 0.16% | 0.49% | - |
| HSV(B) | 356.92º | 0.27% | 0.56% | - |
| XYZ | 19.21 | 17.09 | 16.2 | - |
| YUV | 116.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 107 | 0 | 0.27 | 0.26 | 0.44 | 356.92 | 0.16 | 0.49 |
| Hex | 90 | 69 | 6B | 0 | 1B | 1A | 2C | 165 | 10 | 31 |
| Octal | 220 | 151 | 153 | 0 | 33 | 32 | 54 | 545 | 20 | 61 |
| Binary | 10010000 | 1101001 | 1101011 | 0 | 11011 | 11010 | 101100 | 101100101 | 10000 | 110001 |
Color Harmonies of #90696B
Complementary color
Monochromatic Colors of #90696B
Black with #90696B
Text Example
Text Example
White with #90696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90696B; }
p { color: rgb(144,105,107); }
H1.HeaderClassName
{
color: #90696B;
}
.AnyTagClassName
{
color: #90696B;
}
</style>
background-color css
<style>
a { background-color: #90696B; }
a { background-color: rgb(144,105,107); }
div.DivClassName
{
background-color: #90696B;
}
.BgClassName
{
background-color: #90696B;
}
</style>
border-color css
<style>
span { border-color: #90696B; }
span { border-color: rgb(144,105,107); }
td.TdClassName
{
border-color: #90696B;
}
.TagClassName
{
border-color: #90696B;
}
</style>