Shades of Mauve Taupe #94686B
Tints of Mauve Taupe #94686B
RGB
CMYK
RGB Variations
Color information
#94686B (or 0x94686B) is known color: Mauve Taupe. HEX triplet: 94, 68 and 6B. RGB value is (148,104,107). Sum of RGB (Red+Green+Blue) = 148+104+107=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94686B is #6B9794. Grayscale: #757575. Windows color (decimal): -7051157 or 7039124. OLE color: 7039124.
HSL color Cylindrical-coordinate representation of color #94686B: hue angle of 355.91º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94686B is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 107 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.42 |
| HSL | 355.91º | 0.17% | 0.49% | - |
| HSV(B) | 355.91º | 0.3% | 0.58% | - |
| XYZ | 19.82 | 17.26 | 16.2 | - |
| YUV | 117.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 107 | 0 | 0.30 | 0.28 | 0.42 | 355.91 | 0.17 | 0.49 |
| Hex | 94 | 68 | 6B | 0 | 1E | 1C | 2A | 164 | 11 | 31 |
| Octal | 224 | 150 | 153 | 0 | 36 | 34 | 52 | 544 | 21 | 61 |
| Binary | 10010100 | 1101000 | 1101011 | 0 | 11110 | 11100 | 101010 | 101100100 | 10001 | 110001 |
Color Harmonies of #94686B
Complementary color
Monochromatic Colors of #94686B
Black with #94686B
Text Example
Text Example
White with #94686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94686B; }
p { color: rgb(148,104,107); }
H1.HeaderClassName
{
color: #94686B;
}
.AnyTagClassName
{
color: #94686B;
}
</style>
background-color css
<style>
a { background-color: #94686B; }
a { background-color: rgb(148,104,107); }
div.DivClassName
{
background-color: #94686B;
}
.BgClassName
{
background-color: #94686B;
}
</style>
border-color css
<style>
span { border-color: #94686B; }
span { border-color: rgb(148,104,107); }
td.TdClassName
{
border-color: #94686B;
}
.TagClassName
{
border-color: #94686B;
}
</style>