Shades of Mauve Taupe #945B6B
Tints of Mauve Taupe #945B6B
RGB
CMYK
RGB Variations
Color information
#945B6B (or 0x945B6B) is known color: Mauve Taupe. HEX triplet: 94, 5B and 6B. RGB value is (148,91,107). Sum of RGB (Red+Green+Blue) = 148+91+107=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #945B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B6B is #6BA494. Grayscale: #6D6D6D. Windows color (decimal): -7054485 or 7035796. OLE color: 7035796.
HSL color Cylindrical-coordinate representation of color #945B6B: hue angle of 343.16º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945B6B is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 91 | 107 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.42 |
| HSL | 343.16º | 0.24% | 0.47% | - |
| HSV(B) | 343.16º | 0.39% | 0.58% | - |
| XYZ | 18.61 | 14.84 | 15.79 | - |
| YUV | 109.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 107 | 0 | 0.39 | 0.28 | 0.42 | 343.16 | 0.24 | 0.47 |
| Hex | 94 | 5B | 6B | 0 | 27 | 1C | 2A | 157 | 18 | 2F |
| Octal | 224 | 133 | 153 | 0 | 47 | 34 | 52 | 527 | 30 | 57 |
| Binary | 10010100 | 1011011 | 1101011 | 0 | 100111 | 11100 | 101010 | 101010111 | 11000 | 101111 |
Color Harmonies of #945B6B
Complementary color
Monochromatic Colors of #945B6B
Black with #945B6B
Text Example
Text Example
White with #945B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945B6B; }
p { color: rgb(148,91,107); }
H1.HeaderClassName
{
color: #945B6B;
}
.AnyTagClassName
{
color: #945B6B;
}
</style>
background-color css
<style>
a { background-color: #945B6B; }
a { background-color: rgb(148,91,107); }
div.DivClassName
{
background-color: #945B6B;
}
.BgClassName
{
background-color: #945B6B;
}
</style>
border-color css
<style>
span { border-color: #945B6B; }
span { border-color: rgb(148,91,107); }
td.TdClassName
{
border-color: #945B6B;
}
.TagClassName
{
border-color: #945B6B;
}
</style>