Shades of Mauve Taupe #996265
Tints of Mauve Taupe #996265
RGB
CMYK
RGB Variations
Color information
#996265 (or 0x996265) is known color: Mauve Taupe. HEX triplet: 99, 62 and 65. RGB value is (153,98,101). Sum of RGB (Red+Green+Blue) = 153+98+101=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #996265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996265 is #669D9A. Grayscale: #727272. Windows color (decimal): -6725019 or 6644377. OLE color: 6644377.
HSL color Cylindrical-coordinate representation of color #996265: hue angle of 356.73º 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 #996265 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 101 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.4 |
| HSL | 356.73º | 0.22% | 0.49% | - |
| HSV(B) | 356.73º | 0.36% | 0.6% | - |
| XYZ | 19.85 | 16.45 | 14.44 | - |
| YUV | 114.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 101 | 0 | 0.36 | 0.34 | 0.4 | 356.73 | 0.22 | 0.49 |
| Hex | 99 | 62 | 65 | 0 | 24 | 22 | 28 | 165 | 16 | 31 |
| Octal | 231 | 142 | 145 | 0 | 44 | 42 | 50 | 545 | 26 | 61 |
| Binary | 10011001 | 1100010 | 1100101 | 0 | 100100 | 100010 | 101000 | 101100101 | 10110 | 110001 |
Color Harmonies of #996265
Complementary color
Monochromatic Colors of #996265
Black with #996265
Text Example
Text Example
White with #996265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996265; }
p { color: rgb(153,98,101); }
H1.HeaderClassName
{
color: #996265;
}
.AnyTagClassName
{
color: #996265;
}
</style>
background-color css
<style>
a { background-color: #996265; }
a { background-color: rgb(153,98,101); }
div.DivClassName
{
background-color: #996265;
}
.BgClassName
{
background-color: #996265;
}
</style>
border-color css
<style>
span { border-color: #996265; }
span { border-color: rgb(153,98,101); }
td.TdClassName
{
border-color: #996265;
}
.TagClassName
{
border-color: #996265;
}
</style>