Shades of Mauve Taupe #90666B
Tints of Mauve Taupe #90666B
RGB
CMYK
RGB Variations
Color information
#90666B (or 0x90666B) is known color: Mauve Taupe. HEX triplet: 90, 66 and 6B. RGB value is (144,102,107). Sum of RGB (Red+Green+Blue) = 144+102+107=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #90666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90666B is #6F9994. Grayscale: #737373. Windows color (decimal): -7313813 or 7038608. OLE color: 7038608.
HSL color Cylindrical-coordinate representation of color #90666B: hue angle of 352.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90666B is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 102 | 107 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.44 |
| HSL | 352.86º | 0.17% | 0.48% | - |
| HSV(B) | 352.86º | 0.29% | 0.56% | - |
| XYZ | 18.91 | 16.49 | 16.1 | - |
| YUV | 115.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 107 | 0 | 0.29 | 0.26 | 0.44 | 352.86 | 0.17 | 0.48 |
| Hex | 90 | 66 | 6B | 0 | 1D | 1A | 2C | 161 | 11 | 30 |
| Octal | 220 | 146 | 153 | 0 | 35 | 32 | 54 | 541 | 21 | 60 |
| Binary | 10010000 | 1100110 | 1101011 | 0 | 11101 | 11010 | 101100 | 101100001 | 10001 | 110000 |
Color Harmonies of #90666B
Complementary color
Monochromatic Colors of #90666B
Black with #90666B
Text Example
Text Example
White with #90666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90666B; }
p { color: rgb(144,102,107); }
H1.HeaderClassName
{
color: #90666B;
}
.AnyTagClassName
{
color: #90666B;
}
</style>
background-color css
<style>
a { background-color: #90666B; }
a { background-color: rgb(144,102,107); }
div.DivClassName
{
background-color: #90666B;
}
.BgClassName
{
background-color: #90666B;
}
</style>
border-color css
<style>
span { border-color: #90666B; }
span { border-color: rgb(144,102,107); }
td.TdClassName
{
border-color: #90666B;
}
.TagClassName
{
border-color: #90666B;
}
</style>