Shades of Mauve Taupe #94626A
Tints of Mauve Taupe #94626A
RGB
CMYK
RGB Variations
Color information
#94626A (or 0x94626A) is known color: Mauve Taupe. HEX triplet: 94, 62 and 6A. RGB value is (148,98,106). Sum of RGB (Red+Green+Blue) = 148+98+106=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #94626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94626A is #6B9D95. Grayscale: #717171. Windows color (decimal): -7052694 or 6972052. OLE color: 6972052.
HSL color Cylindrical-coordinate representation of color #94626A: hue angle of 350.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94626A is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 98 | 106 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.42 |
| HSL | 350.4º | 0.2% | 0.48% | - |
| HSV(B) | 350.4º | 0.34% | 0.58% | - |
| XYZ | 19.18 | 16.07 | 15.73 | - |
| YUV | 113.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 106 | 0 | 0.34 | 0.28 | 0.42 | 350.4 | 0.2 | 0.48 |
| Hex | 94 | 62 | 6A | 0 | 22 | 1C | 2A | 15E | 14 | 30 |
| Octal | 224 | 142 | 152 | 0 | 42 | 34 | 52 | 536 | 24 | 60 |
| Binary | 10010100 | 1100010 | 1101010 | 0 | 100010 | 11100 | 101010 | 101011110 | 10100 | 110000 |
Color Harmonies of #94626A
Complementary color
Monochromatic Colors of #94626A
Black with #94626A
Text Example
Text Example
White with #94626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94626A; }
p { color: rgb(148,98,106); }
H1.HeaderClassName
{
color: #94626A;
}
.AnyTagClassName
{
color: #94626A;
}
</style>
background-color css
<style>
a { background-color: #94626A; }
a { background-color: rgb(148,98,106); }
div.DivClassName
{
background-color: #94626A;
}
.BgClassName
{
background-color: #94626A;
}
</style>
border-color css
<style>
span { border-color: #94626A; }
span { border-color: rgb(148,98,106); }
td.TdClassName
{
border-color: #94626A;
}
.TagClassName
{
border-color: #94626A;
}
</style>