Shades of Mauve Taupe #97676C
Tints of Mauve Taupe #97676C
RGB
CMYK
RGB Variations
Color information
#97676C (or 0x97676C) is known color: Mauve Taupe. HEX triplet: 97, 67 and 6C. RGB value is (151,103,108). Sum of RGB (Red+Green+Blue) = 151+103+108=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #97676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97676C is #689893. Grayscale: #757575. Windows color (decimal): -6854804 or 7104407. OLE color: 7104407.
HSL color Cylindrical-coordinate representation of color #97676C: hue angle of 353.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97676C is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 108 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.41 |
| HSL | 353.75º | 0.19% | 0.5% | - |
| HSV(B) | 353.75º | 0.32% | 0.59% | - |
| XYZ | 20.32 | 17.36 | 16.47 | - |
| YUV | 117.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 108 | 0 | 0.32 | 0.28 | 0.41 | 353.75 | 0.19 | 0.5 |
| Hex | 97 | 67 | 6C | 0 | 20 | 1C | 29 | 162 | 13 | 32 |
| Octal | 227 | 147 | 154 | 0 | 40 | 34 | 51 | 542 | 23 | 62 |
| Binary | 10010111 | 1100111 | 1101100 | 0 | 100000 | 11100 | 101001 | 101100010 | 10011 | 110010 |
Color Harmonies of #97676C
Complementary color
Monochromatic Colors of #97676C
Black with #97676C
Text Example
Text Example
White with #97676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97676C; }
p { color: rgb(151,103,108); }
H1.HeaderClassName
{
color: #97676C;
}
.AnyTagClassName
{
color: #97676C;
}
</style>
background-color css
<style>
a { background-color: #97676C; }
a { background-color: rgb(151,103,108); }
div.DivClassName
{
background-color: #97676C;
}
.BgClassName
{
background-color: #97676C;
}
</style>
border-color css
<style>
span { border-color: #97676C; }
span { border-color: rgb(151,103,108); }
td.TdClassName
{
border-color: #97676C;
}
.TagClassName
{
border-color: #97676C;
}
</style>