Shades of Mauve Taupe #99676F
Tints of Mauve Taupe #99676F
RGB
CMYK
RGB Variations
Color information
#99676F (or 0x99676F) is known color: Mauve Taupe. HEX triplet: 99, 67 and 6F. RGB value is (153,103,111). Sum of RGB (Red+Green+Blue) = 153+103+111=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #99676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99676F is #669890. Grayscale: #767676. Windows color (decimal): -6723729 or 7301017. OLE color: 7301017.
HSL color Cylindrical-coordinate representation of color #99676F: hue angle of 350.4º 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 #99676F is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 111 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.4 |
| HSL | 350.4º | 0.2% | 0.5% | - |
| HSV(B) | 350.4º | 0.33% | 0.6% | - |
| XYZ | 20.86 | 17.62 | 17.34 | - |
| YUV | 118.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 111 | 0 | 0.33 | 0.27 | 0.4 | 350.4 | 0.2 | 0.5 |
| Hex | 99 | 67 | 6F | 0 | 21 | 1B | 28 | 15E | 14 | 32 |
| Octal | 231 | 147 | 157 | 0 | 41 | 33 | 50 | 536 | 24 | 62 |
| Binary | 10011001 | 1100111 | 1101111 | 0 | 100001 | 11011 | 101000 | 101011110 | 10100 | 110010 |
Color Harmonies of #99676F
Complementary color
Monochromatic Colors of #99676F
Black with #99676F
Text Example
Text Example
White with #99676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99676F; }
p { color: rgb(153,103,111); }
H1.HeaderClassName
{
color: #99676F;
}
.AnyTagClassName
{
color: #99676F;
}
</style>
background-color css
<style>
a { background-color: #99676F; }
a { background-color: rgb(153,103,111); }
div.DivClassName
{
background-color: #99676F;
}
.BgClassName
{
background-color: #99676F;
}
</style>
border-color css
<style>
span { border-color: #99676F; }
span { border-color: rgb(153,103,111); }
td.TdClassName
{
border-color: #99676F;
}
.TagClassName
{
border-color: #99676F;
}
</style>