Shades of Mauve Taupe #90686B
Tints of Mauve Taupe #90686B
RGB
CMYK
RGB Variations
Color information
#90686B (or 0x90686B) is known color: Mauve Taupe. HEX triplet: 90, 68 and 6B. RGB value is (144,104,107). Sum of RGB (Red+Green+Blue) = 144+104+107=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #90686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90686B is #6F9794. Grayscale: #747474. Windows color (decimal): -7313301 or 7039120. OLE color: 7039120.
HSL color Cylindrical-coordinate representation of color #90686B: hue angle of 355.5º 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 #90686B is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 104 | 107 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.44 |
| HSL | 355.5º | 0.16% | 0.49% | - |
| HSV(B) | 355.5º | 0.28% | 0.56% | - |
| XYZ | 19.11 | 16.89 | 16.16 | - |
| YUV | 116.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 107 | 0 | 0.28 | 0.26 | 0.44 | 355.5 | 0.16 | 0.49 |
| Hex | 90 | 68 | 6B | 0 | 1C | 1A | 2C | 164 | 10 | 31 |
| Octal | 220 | 150 | 153 | 0 | 34 | 32 | 54 | 544 | 20 | 61 |
| Binary | 10010000 | 1101000 | 1101011 | 0 | 11100 | 11010 | 101100 | 101100100 | 10000 | 110001 |
Color Harmonies of #90686B
Complementary color
Monochromatic Colors of #90686B
Black with #90686B
Text Example
Text Example
White with #90686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90686B; }
p { color: rgb(144,104,107); }
H1.HeaderClassName
{
color: #90686B;
}
.AnyTagClassName
{
color: #90686B;
}
</style>
background-color css
<style>
a { background-color: #90686B; }
a { background-color: rgb(144,104,107); }
div.DivClassName
{
background-color: #90686B;
}
.BgClassName
{
background-color: #90686B;
}
</style>
border-color css
<style>
span { border-color: #90686B; }
span { border-color: rgb(144,104,107); }
td.TdClassName
{
border-color: #90686B;
}
.TagClassName
{
border-color: #90686B;
}
</style>