Shades of Mauve Taupe #946667
Tints of Mauve Taupe #946667
RGB
CMYK
RGB Variations
Color information
#946667 (or 0x946667) is known color: Mauve Taupe. HEX triplet: 94, 66 and 67. RGB value is (148,102,103). Sum of RGB (Red+Green+Blue) = 148+102+103=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #946667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946667 is #6B9998. Grayscale: #737373. Windows color (decimal): -7051673 or 6776468. OLE color: 6776468.
HSL color Cylindrical-coordinate representation of color #946667: hue angle of 358.7º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #946667 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 102 | 103 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.42 |
| HSL | 358.7º | 0.18% | 0.49% | - |
| HSV(B) | 358.7º | 0.31% | 0.58% | - |
| XYZ | 19.41 | 16.78 | 15.05 | - |
| YUV | 115.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 103 | 0 | 0.31 | 0.30 | 0.42 | 358.7 | 0.18 | 0.49 |
| Hex | 94 | 66 | 67 | 0 | 1F | 1E | 2A | 167 | 12 | 31 |
| Octal | 224 | 146 | 147 | 0 | 37 | 36 | 52 | 547 | 22 | 61 |
| Binary | 10010100 | 1100110 | 1100111 | 0 | 11111 | 11110 | 101010 | 101100111 | 10010 | 110001 |
Color Harmonies of #946667
Complementary color
Monochromatic Colors of #946667
Black with #946667
Text Example
Text Example
White with #946667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946667; }
p { color: rgb(148,102,103); }
H1.HeaderClassName
{
color: #946667;
}
.AnyTagClassName
{
color: #946667;
}
</style>
background-color css
<style>
a { background-color: #946667; }
a { background-color: rgb(148,102,103); }
div.DivClassName
{
background-color: #946667;
}
.BgClassName
{
background-color: #946667;
}
</style>
border-color css
<style>
span { border-color: #946667; }
span { border-color: rgb(148,102,103); }
td.TdClassName
{
border-color: #946667;
}
.TagClassName
{
border-color: #946667;
}
</style>