Shades of Mauve Taupe #90686C
Tints of Mauve Taupe #90686C
RGB
CMYK
RGB Variations
Color information
#90686C (or 0x90686C) is known color: Mauve Taupe. HEX triplet: 90, 68 and 6C. RGB value is (144,104,108). Sum of RGB (Red+Green+Blue) = 144+104+108=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #90686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90686C is #6F9793. Grayscale: #747474. Windows color (decimal): -7313300 or 7104656. OLE color: 7104656.
HSL color Cylindrical-coordinate representation of color #90686C: hue angle of 354º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90686C is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 104 | 108 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.44 |
| HSL | 354º | 0.16% | 0.49% | - |
| HSV(B) | 354º | 0.28% | 0.56% | - |
| XYZ | 19.16 | 16.91 | 16.44 | - |
| YUV | 116.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 108 | 0 | 0.28 | 0.25 | 0.44 | 354 | 0.16 | 0.49 |
| Hex | 90 | 68 | 6C | 0 | 1C | 19 | 2C | 162 | 10 | 31 |
| Octal | 220 | 150 | 154 | 0 | 34 | 31 | 54 | 542 | 20 | 61 |
| Binary | 10010000 | 1101000 | 1101100 | 0 | 11100 | 11001 | 101100 | 101100010 | 10000 | 110001 |
Color Harmonies of #90686C
Complementary color
Monochromatic Colors of #90686C
Black with #90686C
Text Example
Text Example
White with #90686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90686C; }
p { color: rgb(144,104,108); }
H1.HeaderClassName
{
color: #90686C;
}
.AnyTagClassName
{
color: #90686C;
}
</style>
background-color css
<style>
a { background-color: #90686C; }
a { background-color: rgb(144,104,108); }
div.DivClassName
{
background-color: #90686C;
}
.BgClassName
{
background-color: #90686C;
}
</style>
border-color css
<style>
span { border-color: #90686C; }
span { border-color: rgb(144,104,108); }
td.TdClassName
{
border-color: #90686C;
}
.TagClassName
{
border-color: #90686C;
}
</style>