Shades of Mauve Taupe #9A6272
Tints of Mauve Taupe #9A6272
RGB
CMYK
RGB Variations
Color information
#9A6272 (or 0x9A6272) is known color: Mauve Taupe. HEX triplet: 9A, 62 and 72. RGB value is (154,98,114). Sum of RGB (Red+Green+Blue) = 154+98+114=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6272 is #659D8D. Grayscale: #747474. Windows color (decimal): -6659470 or 7496346. OLE color: 7496346.
HSL color Cylindrical-coordinate representation of color #9A6272: hue angle of 342.86º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A6272 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 98 | 114 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.40 |
| HSL | 342.86º | 0.22% | 0.49% | - |
| HSV(B) | 342.86º | 0.36% | 0.6% | - |
| XYZ | 20.73 | 16.82 | 18.07 | - |
| YUV | 116.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 114 | 0 | 0.36 | 0.26 | 0.40 | 342.86 | 0.22 | 0.49 |
| Hex | 9A | 62 | 72 | 0 | 24 | 1A | 28 | 157 | 16 | 31 |
| Octal | 232 | 142 | 162 | 0 | 44 | 32 | 50 | 527 | 26 | 61 |
| Binary | 10011010 | 1100010 | 1110010 | 0 | 100100 | 11010 | 101000 | 101010111 | 10110 | 110001 |
Color Harmonies of #9A6272
Complementary color
Monochromatic Colors of #9A6272
Black with #9A6272
Text Example
Text Example
White with #9A6272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6272; }
p { color: rgb(154,98,114); }
H1.HeaderClassName
{
color: #9A6272;
}
.AnyTagClassName
{
color: #9A6272;
}
</style>
background-color css
<style>
a { background-color: #9A6272; }
a { background-color: rgb(154,98,114); }
div.DivClassName
{
background-color: #9A6272;
}
.BgClassName
{
background-color: #9A6272;
}
</style>
border-color css
<style>
span { border-color: #9A6272; }
span { border-color: rgb(154,98,114); }
td.TdClassName
{
border-color: #9A6272;
}
.TagClassName
{
border-color: #9A6272;
}
</style>