Shades of Mauve Taupe #90696C
Tints of Mauve Taupe #90696C
RGB
CMYK
RGB Variations
Color information
#90696C (or 0x90696C) is known color: Mauve Taupe. HEX triplet: 90, 69 and 6C. RGB value is (144,105,108). Sum of RGB (Red+Green+Blue) = 144+105+108=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #90696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90696C is #6F9693. Grayscale: #757575. Windows color (decimal): -7313044 or 7104912. OLE color: 7104912.
HSL color Cylindrical-coordinate representation of color #90696C: hue angle of 355.38º 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 #90696C is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 108 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.44 |
| HSL | 355.38º | 0.16% | 0.49% | - |
| HSV(B) | 355.38º | 0.27% | 0.56% | - |
| XYZ | 19.26 | 17.12 | 16.48 | - |
| YUV | 117 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 108 | 0 | 0.27 | 0.25 | 0.44 | 355.38 | 0.16 | 0.49 |
| Hex | 90 | 69 | 6C | 0 | 1B | 19 | 2C | 163 | 10 | 31 |
| Octal | 220 | 151 | 154 | 0 | 33 | 31 | 54 | 543 | 20 | 61 |
| Binary | 10010000 | 1101001 | 1101100 | 0 | 11011 | 11001 | 101100 | 101100011 | 10000 | 110001 |
Color Harmonies of #90696C
Complementary color
Monochromatic Colors of #90696C
Black with #90696C
Text Example
Text Example
White with #90696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90696C; }
p { color: rgb(144,105,108); }
H1.HeaderClassName
{
color: #90696C;
}
.AnyTagClassName
{
color: #90696C;
}
</style>
background-color css
<style>
a { background-color: #90696C; }
a { background-color: rgb(144,105,108); }
div.DivClassName
{
background-color: #90696C;
}
.BgClassName
{
background-color: #90696C;
}
</style>
border-color css
<style>
span { border-color: #90696C; }
span { border-color: rgb(144,105,108); }
td.TdClassName
{
border-color: #90696C;
}
.TagClassName
{
border-color: #90696C;
}
</style>