Shades of Mauve Taupe #90656B
Tints of Mauve Taupe #90656B
RGB
CMYK
RGB Variations
Color information
#90656B (or 0x90656B) is known color: Mauve Taupe. HEX triplet: 90, 65 and 6B. RGB value is (144,101,107). Sum of RGB (Red+Green+Blue) = 144+101+107=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90656B is #6F9A94. Grayscale: #727272. Windows color (decimal): -7314069 or 7038352. OLE color: 7038352.
HSL color Cylindrical-coordinate representation of color #90656B: hue angle of 351.63º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90656B is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 101 | 107 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.44 |
| HSL | 351.63º | 0.18% | 0.48% | - |
| HSV(B) | 351.63º | 0.3% | 0.56% | - |
| XYZ | 18.81 | 16.3 | 16.06 | - |
| YUV | 114.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 101 | 107 | 0 | 0.30 | 0.26 | 0.44 | 351.63 | 0.18 | 0.48 |
| Hex | 90 | 65 | 6B | 0 | 1E | 1A | 2C | 160 | 12 | 30 |
| Octal | 220 | 145 | 153 | 0 | 36 | 32 | 54 | 540 | 22 | 60 |
| Binary | 10010000 | 1100101 | 1101011 | 0 | 11110 | 11010 | 101100 | 101100000 | 10010 | 110000 |
Color Harmonies of #90656B
Complementary color
Monochromatic Colors of #90656B
Black with #90656B
Text Example
Text Example
White with #90656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90656B; }
p { color: rgb(144,101,107); }
H1.HeaderClassName
{
color: #90656B;
}
.AnyTagClassName
{
color: #90656B;
}
</style>
background-color css
<style>
a { background-color: #90656B; }
a { background-color: rgb(144,101,107); }
div.DivClassName
{
background-color: #90656B;
}
.BgClassName
{
background-color: #90656B;
}
</style>
border-color css
<style>
span { border-color: #90656B; }
span { border-color: rgb(144,101,107); }
td.TdClassName
{
border-color: #90656B;
}
.TagClassName
{
border-color: #90656B;
}
</style>