Shades of Mauve Taupe #9A5E69
Tints of Mauve Taupe #9A5E69
RGB
CMYK
RGB Variations
Color information
#9A5E69 (or 0x9A5E69) is known color: Mauve Taupe. HEX triplet: 9A, 5E and 69. RGB value is (154,94,105). Sum of RGB (Red+Green+Blue) = 154+94+105=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5E69 is #65A196. Grayscale: #717171. Windows color (decimal): -6660503 or 6905498. OLE color: 6905498.
HSL color Cylindrical-coordinate representation of color #9A5E69: hue angle of 349º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A5E69 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 105 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.40 |
| HSL | 349º | 0.24% | 0.49% | - |
| HSV(B) | 349º | 0.39% | 0.6% | - |
| XYZ | 19.88 | 15.9 | 15.38 | - |
| YUV | 113.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 105 | 0 | 0.39 | 0.32 | 0.40 | 349 | 0.24 | 0.49 |
| Hex | 9A | 5E | 69 | 0 | 27 | 20 | 28 | 15D | 18 | 31 |
| Octal | 232 | 136 | 151 | 0 | 47 | 40 | 50 | 535 | 30 | 61 |
| Binary | 10011010 | 1011110 | 1101001 | 0 | 100111 | 100000 | 101000 | 101011101 | 11000 | 110001 |
Color Harmonies of #9A5E69
Complementary color
Monochromatic Colors of #9A5E69
Black with #9A5E69
Text Example
Text Example
White with #9A5E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E69; }
p { color: rgb(154,94,105); }
H1.HeaderClassName
{
color: #9A5E69;
}
.AnyTagClassName
{
color: #9A5E69;
}
</style>
background-color css
<style>
a { background-color: #9A5E69; }
a { background-color: rgb(154,94,105); }
div.DivClassName
{
background-color: #9A5E69;
}
.BgClassName
{
background-color: #9A5E69;
}
</style>
border-color css
<style>
span { border-color: #9A5E69; }
span { border-color: rgb(154,94,105); }
td.TdClassName
{
border-color: #9A5E69;
}
.TagClassName
{
border-color: #9A5E69;
}
</style>