Shades of Mauve Taupe #9A6074
Tints of Mauve Taupe #9A6074
RGB
CMYK
RGB Variations
Color information
#9A6074 (or 0x9A6074) is known color: Mauve Taupe. HEX triplet: 9A, 60 and 74. RGB value is (154,96,116). Sum of RGB (Red+Green+Blue) = 154+96+116=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6074 is #659F8B. Grayscale: #737373. Windows color (decimal): -6659980 or 7626906. OLE color: 7626906.
HSL color Cylindrical-coordinate representation of color #9A6074: hue angle of 339.31º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6074 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 96 | 116 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.40 |
| HSL | 339.31º | 0.23% | 0.49% | - |
| HSV(B) | 339.31º | 0.38% | 0.6% | - |
| XYZ | 20.66 | 16.5 | 18.62 | - |
| YUV | 115.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 116 | 0 | 0.38 | 0.25 | 0.40 | 339.31 | 0.23 | 0.49 |
| Hex | 9A | 60 | 74 | 0 | 26 | 19 | 28 | 153 | 17 | 31 |
| Octal | 232 | 140 | 164 | 0 | 46 | 31 | 50 | 523 | 27 | 61 |
| Binary | 10011010 | 1100000 | 1110100 | 0 | 100110 | 11001 | 101000 | 101010011 | 10111 | 110001 |
Color Harmonies of #9A6074
Complementary color
Monochromatic Colors of #9A6074
Black with #9A6074
Text Example
Text Example
White with #9A6074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6074; }
p { color: rgb(154,96,116); }
H1.HeaderClassName
{
color: #9A6074;
}
.AnyTagClassName
{
color: #9A6074;
}
</style>
background-color css
<style>
a { background-color: #9A6074; }
a { background-color: rgb(154,96,116); }
div.DivClassName
{
background-color: #9A6074;
}
.BgClassName
{
background-color: #9A6074;
}
</style>
border-color css
<style>
span { border-color: #9A6074; }
span { border-color: rgb(154,96,116); }
td.TdClassName
{
border-color: #9A6074;
}
.TagClassName
{
border-color: #9A6074;
}
</style>