Shades of Mauve Taupe #97636D
Tints of Mauve Taupe #97636D
RGB
CMYK
RGB Variations
Color information
#97636D (or 0x97636D) is known color: Mauve Taupe. HEX triplet: 97, 63 and 6D. RGB value is (151,99,109). Sum of RGB (Red+Green+Blue) = 151+99+109=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #97636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97636D is #689C92. Grayscale: #737373. Windows color (decimal): -6855827 or 7168919. OLE color: 7168919.
HSL color Cylindrical-coordinate representation of color #97636D: hue angle of 348.46º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97636D is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 99 | 109 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.41 |
| HSL | 348.46º | 0.21% | 0.49% | - |
| HSV(B) | 348.46º | 0.34% | 0.59% | - |
| XYZ | 19.98 | 16.61 | 16.62 | - |
| YUV | 115.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 99 | 109 | 0 | 0.34 | 0.28 | 0.41 | 348.46 | 0.21 | 0.49 |
| Hex | 97 | 63 | 6D | 0 | 22 | 1C | 29 | 15C | 15 | 31 |
| Octal | 227 | 143 | 155 | 0 | 42 | 34 | 51 | 534 | 25 | 61 |
| Binary | 10010111 | 1100011 | 1101101 | 0 | 100010 | 11100 | 101001 | 101011100 | 10101 | 110001 |
Color Harmonies of #97636D
Complementary color
Monochromatic Colors of #97636D
Black with #97636D
Text Example
Text Example
White with #97636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97636D; }
p { color: rgb(151,99,109); }
H1.HeaderClassName
{
color: #97636D;
}
.AnyTagClassName
{
color: #97636D;
}
</style>
background-color css
<style>
a { background-color: #97636D; }
a { background-color: rgb(151,99,109); }
div.DivClassName
{
background-color: #97636D;
}
.BgClassName
{
background-color: #97636D;
}
</style>
border-color css
<style>
span { border-color: #97636D; }
span { border-color: rgb(151,99,109); }
td.TdClassName
{
border-color: #97636D;
}
.TagClassName
{
border-color: #97636D;
}
</style>