Shades of Mauve Taupe #94646C
Tints of Mauve Taupe #94646C
RGB
CMYK
RGB Variations
Color information
#94646C (or 0x94646C) is known color: Mauve Taupe. HEX triplet: 94, 64 and 6C. RGB value is (148,100,108). Sum of RGB (Red+Green+Blue) = 148+100+108=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #94646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94646C is #6B9B93. Grayscale: #737373. Windows color (decimal): -7052180 or 7103636. OLE color: 7103636.
HSL color Cylindrical-coordinate representation of color #94646C: hue angle of 350º 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 #94646C is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 108 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.42 |
| HSL | 350º | 0.19% | 0.49% | - |
| HSV(B) | 350º | 0.32% | 0.58% | - |
| XYZ | 19.48 | 16.49 | 16.34 | - |
| YUV | 115.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 108 | 0 | 0.32 | 0.27 | 0.42 | 350 | 0.19 | 0.49 |
| Hex | 94 | 64 | 6C | 0 | 20 | 1B | 2A | 15E | 13 | 31 |
| Octal | 224 | 144 | 154 | 0 | 40 | 33 | 52 | 536 | 23 | 61 |
| Binary | 10010100 | 1100100 | 1101100 | 0 | 100000 | 11011 | 101010 | 101011110 | 10011 | 110001 |
Color Harmonies of #94646C
Complementary color
Monochromatic Colors of #94646C
Black with #94646C
Text Example
Text Example
White with #94646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94646C; }
p { color: rgb(148,100,108); }
H1.HeaderClassName
{
color: #94646C;
}
.AnyTagClassName
{
color: #94646C;
}
</style>
background-color css
<style>
a { background-color: #94646C; }
a { background-color: rgb(148,100,108); }
div.DivClassName
{
background-color: #94646C;
}
.BgClassName
{
background-color: #94646C;
}
</style>
border-color css
<style>
span { border-color: #94646C; }
span { border-color: rgb(148,100,108); }
td.TdClassName
{
border-color: #94646C;
}
.TagClassName
{
border-color: #94646C;
}
</style>