Shades of Mauve Taupe #94656D
Tints of Mauve Taupe #94656D
RGB
CMYK
RGB Variations
Color information
#94656D (or 0x94656D) is known color: Mauve Taupe. HEX triplet: 94, 65 and 6D. RGB value is (148,101,109). Sum of RGB (Red+Green+Blue) = 148+101+109=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94656D is #6B9A92. Grayscale: #737373. Windows color (decimal): -7051923 or 7169428. OLE color: 7169428.
HSL color Cylindrical-coordinate representation of color #94656D: hue angle of 349.79º 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 #94656D is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 101 | 109 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.42 |
| HSL | 349.79º | 0.19% | 0.49% | - |
| HSV(B) | 349.79º | 0.32% | 0.58% | - |
| XYZ | 19.63 | 16.71 | 16.66 | - |
| YUV | 115.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 109 | 0 | 0.32 | 0.26 | 0.42 | 349.79 | 0.19 | 0.49 |
| Hex | 94 | 65 | 6D | 0 | 20 | 1A | 2A | 15E | 13 | 31 |
| Octal | 224 | 145 | 155 | 0 | 40 | 32 | 52 | 536 | 23 | 61 |
| Binary | 10010100 | 1100101 | 1101101 | 0 | 100000 | 11010 | 101010 | 101011110 | 10011 | 110001 |
Color Harmonies of #94656D
Complementary color
Monochromatic Colors of #94656D
Black with #94656D
Text Example
Text Example
White with #94656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94656D; }
p { color: rgb(148,101,109); }
H1.HeaderClassName
{
color: #94656D;
}
.AnyTagClassName
{
color: #94656D;
}
</style>
background-color css
<style>
a { background-color: #94656D; }
a { background-color: rgb(148,101,109); }
div.DivClassName
{
background-color: #94656D;
}
.BgClassName
{
background-color: #94656D;
}
</style>
border-color css
<style>
span { border-color: #94656D; }
span { border-color: rgb(148,101,109); }
td.TdClassName
{
border-color: #94656D;
}
.TagClassName
{
border-color: #94656D;
}
</style>