Shades of Mauve Taupe #90616D
Tints of Mauve Taupe #90616D
RGB
CMYK
RGB Variations
Color information
#90616D (or 0x90616D) is known color: Mauve Taupe. HEX triplet: 90, 61 and 6D. RGB value is (144,97,109). Sum of RGB (Red+Green+Blue) = 144+97+109=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #90616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90616D is #6F9E92. Grayscale: #707070. Windows color (decimal): -7315091 or 7168400. OLE color: 7168400.
HSL color Cylindrical-coordinate representation of color #90616D: hue angle of 344.68º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90616D is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 97 | 109 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.44 |
| HSL | 344.68º | 0.2% | 0.47% | - |
| HSV(B) | 344.68º | 0.33% | 0.56% | - |
| XYZ | 18.54 | 15.58 | 16.5 | - |
| YUV | 112.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 109 | 0 | 0.33 | 0.24 | 0.44 | 344.68 | 0.2 | 0.47 |
| Hex | 90 | 61 | 6D | 0 | 21 | 18 | 2C | 159 | 14 | 2F |
| Octal | 220 | 141 | 155 | 0 | 41 | 30 | 54 | 531 | 24 | 57 |
| Binary | 10010000 | 1100001 | 1101101 | 0 | 100001 | 11000 | 101100 | 101011001 | 10100 | 101111 |
Color Harmonies of #90616D
Complementary color
Monochromatic Colors of #90616D
Black with #90616D
Text Example
Text Example
White with #90616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90616D; }
p { color: rgb(144,97,109); }
H1.HeaderClassName
{
color: #90616D;
}
.AnyTagClassName
{
color: #90616D;
}
</style>
background-color css
<style>
a { background-color: #90616D; }
a { background-color: rgb(144,97,109); }
div.DivClassName
{
background-color: #90616D;
}
.BgClassName
{
background-color: #90616D;
}
</style>
border-color css
<style>
span { border-color: #90616D; }
span { border-color: rgb(144,97,109); }
td.TdClassName
{
border-color: #90616D;
}
.TagClassName
{
border-color: #90616D;
}
</style>