Shades of Mauve Taupe #9A6772
Tints of Mauve Taupe #9A6772
RGB
CMYK
RGB Variations
Color information
#9A6772 (or 0x9A6772) is known color: Mauve Taupe. HEX triplet: 9A, 67 and 72. RGB value is (154,103,114). Sum of RGB (Red+Green+Blue) = 154+103+114=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6772 is #65988D. Grayscale: #777777. Windows color (decimal): -6658190 or 7497626. OLE color: 7497626.
HSL color Cylindrical-coordinate representation of color #9A6772: hue angle of 347.06º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A6772 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 103 | 114 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.40 |
| HSL | 347.06º | 0.2% | 0.5% | - |
| HSV(B) | 347.06º | 0.33% | 0.6% | - |
| XYZ | 21.21 | 17.79 | 18.23 | - |
| YUV | 119.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 103 | 114 | 0 | 0.33 | 0.26 | 0.40 | 347.06 | 0.2 | 0.5 |
| Hex | 9A | 67 | 72 | 0 | 21 | 1A | 28 | 15B | 14 | 32 |
| Octal | 232 | 147 | 162 | 0 | 41 | 32 | 50 | 533 | 24 | 62 |
| Binary | 10011010 | 1100111 | 1110010 | 0 | 100001 | 11010 | 101000 | 101011011 | 10100 | 110010 |
Color Harmonies of #9A6772
Complementary color
Monochromatic Colors of #9A6772
Black with #9A6772
Text Example
Text Example
White with #9A6772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6772; }
p { color: rgb(154,103,114); }
H1.HeaderClassName
{
color: #9A6772;
}
.AnyTagClassName
{
color: #9A6772;
}
</style>
background-color css
<style>
a { background-color: #9A6772; }
a { background-color: rgb(154,103,114); }
div.DivClassName
{
background-color: #9A6772;
}
.BgClassName
{
background-color: #9A6772;
}
</style>
border-color css
<style>
span { border-color: #9A6772; }
span { border-color: rgb(154,103,114); }
td.TdClassName
{
border-color: #9A6772;
}
.TagClassName
{
border-color: #9A6772;
}
</style>