Shades of Mauve Taupe #9E677A
Tints of Mauve Taupe #9E677A
RGB
CMYK
RGB Variations
Color information
#9E677A (or 0x9E677A) is known color: Mauve Taupe. HEX triplet: 9E, 67 and 7A. RGB value is (158,103,122). Sum of RGB (Red+Green+Blue) = 158+103+122=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E677A is #619885. Grayscale: #797979. Windows color (decimal): -6396038 or 8021918. OLE color: 8021918.
HSL color Cylindrical-coordinate representation of color #9E677A: hue angle of 339.27º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E677A is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 103 | 122 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.38 |
| HSL | 339.27º | 0.22% | 0.51% | - |
| HSV(B) | 339.27º | 0.35% | 0.62% | - |
| XYZ | 22.46 | 18.37 | 20.78 | - |
| YUV | 121.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 122 | 0 | 0.35 | 0.23 | 0.38 | 339.27 | 0.22 | 0.51 |
| Hex | 9E | 67 | 7A | 0 | 23 | 17 | 26 | 153 | 16 | 33 |
| Octal | 236 | 147 | 172 | 0 | 43 | 27 | 46 | 523 | 26 | 63 |
| Binary | 10011110 | 1100111 | 1111010 | 0 | 100011 | 10111 | 100110 | 101010011 | 10110 | 110011 |
Color Harmonies of #9E677A
Complementary color
Monochromatic Colors of #9E677A
Black with #9E677A
Text Example
Text Example
White with #9E677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E677A; }
p { color: rgb(158,103,122); }
H1.HeaderClassName
{
color: #9E677A;
}
.AnyTagClassName
{
color: #9E677A;
}
</style>
background-color css
<style>
a { background-color: #9E677A; }
a { background-color: rgb(158,103,122); }
div.DivClassName
{
background-color: #9E677A;
}
.BgClassName
{
background-color: #9E677A;
}
</style>
border-color css
<style>
span { border-color: #9E677A; }
span { border-color: rgb(158,103,122); }
td.TdClassName
{
border-color: #9E677A;
}
.TagClassName
{
border-color: #9E677A;
}
</style>