Shades of Mauve Taupe #9A626B
Tints of Mauve Taupe #9A626B
RGB
CMYK
RGB Variations
Color information
#9A626B (or 0x9A626B) is known color: Mauve Taupe. HEX triplet: 9A, 62 and 6B. RGB value is (154,98,107). Sum of RGB (Red+Green+Blue) = 154+98+107=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 154 - color contains mainly: red. Hex color #9A626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A626B is #659D94. Grayscale: #737373. Windows color (decimal): -6659477 or 7037594. OLE color: 7037594.
HSL color Cylindrical-coordinate representation of color #9A626B: hue angle of 350.36º 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 #9A626B is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 98 | 107 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.40 |
| HSL | 350.36º | 0.22% | 0.49% | - |
| HSV(B) | 350.36º | 0.36% | 0.6% | - |
| XYZ | 20.35 | 16.67 | 16.05 | - |
| YUV | 115.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 107 | 0 | 0.36 | 0.31 | 0.40 | 350.36 | 0.22 | 0.49 |
| Hex | 9A | 62 | 6B | 0 | 24 | 1F | 28 | 15E | 16 | 31 |
| Octal | 232 | 142 | 153 | 0 | 44 | 37 | 50 | 536 | 26 | 61 |
| Binary | 10011010 | 1100010 | 1101011 | 0 | 100100 | 11111 | 101000 | 101011110 | 10110 | 110001 |
Color Harmonies of #9A626B
Complementary color
Monochromatic Colors of #9A626B
Black with #9A626B
Text Example
Text Example
White with #9A626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A626B; }
p { color: rgb(154,98,107); }
H1.HeaderClassName
{
color: #9A626B;
}
.AnyTagClassName
{
color: #9A626B;
}
</style>
background-color css
<style>
a { background-color: #9A626B; }
a { background-color: rgb(154,98,107); }
div.DivClassName
{
background-color: #9A626B;
}
.BgClassName
{
background-color: #9A626B;
}
</style>
border-color css
<style>
span { border-color: #9A626B; }
span { border-color: rgb(154,98,107); }
td.TdClassName
{
border-color: #9A626B;
}
.TagClassName
{
border-color: #9A626B;
}
</style>