Shades of Mauve Taupe #90676D
Tints of Mauve Taupe #90676D
RGB
CMYK
RGB Variations
Color information
#90676D (or 0x90676D) is known color: Mauve Taupe. HEX triplet: 90, 67 and 6D. RGB value is (144,103,109). Sum of RGB (Red+Green+Blue) = 144+103+109=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #90676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90676D is #6F9892. Grayscale: #737373. Windows color (decimal): -7313555 or 7169936. OLE color: 7169936.
HSL color Cylindrical-coordinate representation of color #90676D: hue angle of 351.22º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90676D is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 103 | 109 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.44 |
| HSL | 351.22º | 0.17% | 0.48% | - |
| HSV(B) | 351.22º | 0.28% | 0.56% | - |
| XYZ | 19.11 | 16.73 | 16.69 | - |
| YUV | 115.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 103 | 109 | 0 | 0.28 | 0.24 | 0.44 | 351.22 | 0.17 | 0.48 |
| Hex | 90 | 67 | 6D | 0 | 1C | 18 | 2C | 15F | 11 | 30 |
| Octal | 220 | 147 | 155 | 0 | 34 | 30 | 54 | 537 | 21 | 60 |
| Binary | 10010000 | 1100111 | 1101101 | 0 | 11100 | 11000 | 101100 | 101011111 | 10001 | 110000 |
Color Harmonies of #90676D
Complementary color
Monochromatic Colors of #90676D
Black with #90676D
Text Example
Text Example
White with #90676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90676D; }
p { color: rgb(144,103,109); }
H1.HeaderClassName
{
color: #90676D;
}
.AnyTagClassName
{
color: #90676D;
}
</style>
background-color css
<style>
a { background-color: #90676D; }
a { background-color: rgb(144,103,109); }
div.DivClassName
{
background-color: #90676D;
}
.BgClassName
{
background-color: #90676D;
}
</style>
border-color css
<style>
span { border-color: #90676D; }
span { border-color: rgb(144,103,109); }
td.TdClassName
{
border-color: #90676D;
}
.TagClassName
{
border-color: #90676D;
}
</style>