Shades of Mauve Taupe #95666B
Tints of Mauve Taupe #95666B
RGB
CMYK
RGB Variations
Color information
#95666B (or 0x95666B) is known color: Mauve Taupe. HEX triplet: 95, 66 and 6B. RGB value is (149,102,107). Sum of RGB (Red+Green+Blue) = 149+102+107=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95666B is #6A9994. Grayscale: #747474. Windows color (decimal): -6986133 or 7038613. OLE color: 7038613.
HSL color Cylindrical-coordinate representation of color #95666B: hue angle of 353.62º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95666B is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 107 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.42 |
| HSL | 353.62º | 0.19% | 0.49% | - |
| HSV(B) | 353.62º | 0.32% | 0.58% | - |
| XYZ | 19.8 | 16.95 | 16.14 | - |
| YUV | 116.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 107 | 0 | 0.32 | 0.28 | 0.42 | 353.62 | 0.19 | 0.49 |
| Hex | 95 | 66 | 6B | 0 | 20 | 1C | 2A | 162 | 13 | 31 |
| Octal | 225 | 146 | 153 | 0 | 40 | 34 | 52 | 542 | 23 | 61 |
| Binary | 10010101 | 1100110 | 1101011 | 0 | 100000 | 11100 | 101010 | 101100010 | 10011 | 110001 |
Color Harmonies of #95666B
Complementary color
Monochromatic Colors of #95666B
Black with #95666B
Text Example
Text Example
White with #95666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95666B; }
p { color: rgb(149,102,107); }
H1.HeaderClassName
{
color: #95666B;
}
.AnyTagClassName
{
color: #95666B;
}
</style>
background-color css
<style>
a { background-color: #95666B; }
a { background-color: rgb(149,102,107); }
div.DivClassName
{
background-color: #95666B;
}
.BgClassName
{
background-color: #95666B;
}
</style>
border-color css
<style>
span { border-color: #95666B; }
span { border-color: rgb(149,102,107); }
td.TdClassName
{
border-color: #95666B;
}
.TagClassName
{
border-color: #95666B;
}
</style>