Shades of Mauve Taupe #94646B
Tints of Mauve Taupe #94646B
RGB
CMYK
RGB Variations
Color information
#94646B (or 0x94646B) is known color: Mauve Taupe. HEX triplet: 94, 64 and 6B. RGB value is (148,100,107). Sum of RGB (Red+Green+Blue) = 148+100+107=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #94646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94646B is #6B9B94. Grayscale: #737373. Windows color (decimal): -7052181 or 7038100. OLE color: 7038100.
HSL color Cylindrical-coordinate representation of color #94646B: hue angle of 351.25º 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 #94646B is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 107 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.42 |
| HSL | 351.25º | 0.19% | 0.49% | - |
| HSV(B) | 351.25º | 0.32% | 0.58% | - |
| XYZ | 19.42 | 16.47 | 16.07 | - |
| YUV | 115.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 107 | 0 | 0.32 | 0.28 | 0.42 | 351.25 | 0.19 | 0.49 |
| Hex | 94 | 64 | 6B | 0 | 20 | 1C | 2A | 15F | 13 | 31 |
| Octal | 224 | 144 | 153 | 0 | 40 | 34 | 52 | 537 | 23 | 61 |
| Binary | 10010100 | 1100100 | 1101011 | 0 | 100000 | 11100 | 101010 | 101011111 | 10011 | 110001 |
Color Harmonies of #94646B
Complementary color
Monochromatic Colors of #94646B
Black with #94646B
Text Example
Text Example
White with #94646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94646B; }
p { color: rgb(148,100,107); }
H1.HeaderClassName
{
color: #94646B;
}
.AnyTagClassName
{
color: #94646B;
}
</style>
background-color css
<style>
a { background-color: #94646B; }
a { background-color: rgb(148,100,107); }
div.DivClassName
{
background-color: #94646B;
}
.BgClassName
{
background-color: #94646B;
}
</style>
border-color css
<style>
span { border-color: #94646B; }
span { border-color: rgb(148,100,107); }
td.TdClassName
{
border-color: #94646B;
}
.TagClassName
{
border-color: #94646B;
}
</style>