Shades of Mauve Taupe #906268
Tints of Mauve Taupe #906268
RGB
CMYK
RGB Variations
Color information
#906268 (or 0x906268) is known color: Mauve Taupe. HEX triplet: 90, 62 and 68. RGB value is (144,98,104). Sum of RGB (Red+Green+Blue) = 144+98+104=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #906268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906268 is #6F9D97. Grayscale: #707070. Windows color (decimal): -7314840 or 6840976. OLE color: 6840976.
HSL color Cylindrical-coordinate representation of color #906268: hue angle of 352.17º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906268 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 104 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.44 |
| HSL | 352.17º | 0.19% | 0.47% | - |
| HSV(B) | 352.17º | 0.32% | 0.56% | - |
| XYZ | 18.37 | 15.66 | 15.15 | - |
| YUV | 112.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 104 | 0 | 0.32 | 0.28 | 0.44 | 352.17 | 0.19 | 0.47 |
| Hex | 90 | 62 | 68 | 0 | 20 | 1C | 2C | 160 | 13 | 2F |
| Octal | 220 | 142 | 150 | 0 | 40 | 34 | 54 | 540 | 23 | 57 |
| Binary | 10010000 | 1100010 | 1101000 | 0 | 100000 | 11100 | 101100 | 101100000 | 10011 | 101111 |
Color Harmonies of #906268
Complementary color
Monochromatic Colors of #906268
Black with #906268
Text Example
Text Example
White with #906268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906268; }
p { color: rgb(144,98,104); }
H1.HeaderClassName
{
color: #906268;
}
.AnyTagClassName
{
color: #906268;
}
</style>
background-color css
<style>
a { background-color: #906268; }
a { background-color: rgb(144,98,104); }
div.DivClassName
{
background-color: #906268;
}
.BgClassName
{
background-color: #906268;
}
</style>
border-color css
<style>
span { border-color: #906268; }
span { border-color: rgb(144,98,104); }
td.TdClassName
{
border-color: #906268;
}
.TagClassName
{
border-color: #906268;
}
</style>