#946470

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

Shades of Mauve Taupe #946470

Tints of Mauve Taupe #946470

Color information

#946470 (or 0x946470) is unknown color: approx Mauve Taupe. HEX triplet: 94, 64 and 70. RGB value is (148,100,112). Sum of RGB (Red+Green+Blue) = 148+100+112=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #946470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946470 is #6B9B8F. Grayscale: #737373. Windows color (decimal): -7052176 or 7365780. OLE color: 7365780.

HSL color Cylindrical-coordinate representation of color #946470: hue angle of 345º 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 #946470 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB148100112-
CMYK00.320.240.42
HSL345º19.35%48.63%-
HSV(B)345º32.43%58.04%-
XYZ19.6916.5817.49-
YUV115.72125.9151.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=41.11%
G=27.78%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810011200.320.240.4234519.3548.63
Hex946470020182A1591331
Octal22414416004030525312361
Binary100101001100100111000001000001100010101010101100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946470; }

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

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

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

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

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

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

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

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