#945E6C

Color #945E6C Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #945E6C

Tints of Mauve Taupe #945E6C

Color information

#945E6C (or 0x945E6C) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5E and 6C. RGB value is (148,94,108). Sum of RGB (Red+Green+Blue) = 148+94+108=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #945E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E6C is #6BA193. Grayscale: #6F6F6F. Windows color (decimal): -7053716 or 7102100. OLE color: 7102100.

HSL color Cylindrical-coordinate representation of color #945E6C: hue angle of 344.44º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #945E6C is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14894108-
CMYK00.360.270.42
HSL344.44º22.31%47.45%-
HSV(B)344.44º36.49%58.04%-
XYZ18.9215.3816.16-
YUV111.74125.89153.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 108 (42.58% from 255) = 30.86%
R=42.29%
G=26.86%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489410800.360.270.42344.4422.3147.45
Hex945E6C0241B2A158162f
Octal22413615404433525302657
Binary100101001011110110110001001001101110101010101100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945E6C; }

 p { color: rgb(148,94,108); }

 H1.HeaderClassName
 {
   color: #945E6C;
 }
 .AnyTagClassName
 {
   color: #945E6C;
 }
</style>
background-color css

<style>
 a { background-color: #945E6C; }

 a { background-color: rgb(148,94,108); }

 div.DivClassName
 {
   background-color: #945E6C;
 }
 .BgClassName
 {
   background-color: #945E6C;
 }
</style>
border-color css

<style>
 span { border-color: #945E6C; }

 span { border-color: rgb(148,94,108); }

 td.TdClassName
 {
   border-color: #945E6C;
 }
 .TagClassName
 {
   border-color: #945E6C;
 }
</style>