Shades of Mauve Taupe #94646E
Tints of Mauve Taupe #94646E
RGB
CMYK
RGB Variations
Color information
#94646E (or 0x94646E) is known color: Mauve Taupe. HEX triplet: 94, 64 and 6E. RGB value is (148,100,110). Sum of RGB (Red+Green+Blue) = 148+100+110=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94646E is #6B9B91. Grayscale: #737373. Windows color (decimal): -7052178 or 7234708. OLE color: 7234708.
HSL color Cylindrical-coordinate representation of color #94646E: hue angle of 347.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94646E is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 110 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.42 |
| HSL | 347.5º | 0.19% | 0.49% | - |
| HSV(B) | 347.5º | 0.32% | 0.58% | - |
| XYZ | 19.58 | 16.54 | 16.91 | - |
| YUV | 115.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 110 | 0 | 0.32 | 0.26 | 0.42 | 347.5 | 0.19 | 0.49 |
| Hex | 94 | 64 | 6E | 0 | 20 | 1A | 2A | 15C | 13 | 31 |
| Octal | 224 | 144 | 156 | 0 | 40 | 32 | 52 | 534 | 23 | 61 |
| Binary | 10010100 | 1100100 | 1101110 | 0 | 100000 | 11010 | 101010 | 101011100 | 10011 | 110001 |
Color Harmonies of #94646E
Complementary color
Monochromatic Colors of #94646E
Black with #94646E
Text Example
Text Example
White with #94646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94646E; }
p { color: rgb(148,100,110); }
H1.HeaderClassName
{
color: #94646E;
}
.AnyTagClassName
{
color: #94646E;
}
</style>
background-color css
<style>
a { background-color: #94646E; }
a { background-color: rgb(148,100,110); }
div.DivClassName
{
background-color: #94646E;
}
.BgClassName
{
background-color: #94646E;
}
</style>
border-color css
<style>
span { border-color: #94646E; }
span { border-color: rgb(148,100,110); }
td.TdClassName
{
border-color: #94646E;
}
.TagClassName
{
border-color: #94646E;
}
</style>