#945970

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

Shades of Mauve Taupe #945970

Tints of Mauve Taupe #945970

Color information

#945970 (or 0x945970) is unknown color: approx Mauve Taupe. HEX triplet: 94, 59 and 70. RGB value is (148,89,112). Sum of RGB (Red+Green+Blue) = 148+89+112=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #945970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945970 is #6BA68F. Grayscale: #6D6D6D. Windows color (decimal): -7054992 or 7362964. OLE color: 7362964.

HSL color Cylindrical-coordinate representation of color #945970: hue angle of 336.61º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945970 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14889112-
CMYK00.400.240.42
HSL336.61º24.89%46.47%-
HSV(B)336.61º39.86%58.04%-
XYZ18.7114.6117.16-
YUV109.26129.55155.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=42.41%
G=25.50%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488911200.400.240.42336.6124.8946.47
Hex945970028182A151192e
Octal22413116005030525213156
Binary100101001011001111000001010001100010101010101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945970; }

 p { color: rgb(148,89,112); }

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

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

 a { background-color: rgb(148,89,112); }

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

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

 span { border-color: rgb(148,89,112); }

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