#946473

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

Shades of Mauve Taupe #946473

Tints of Mauve Taupe #946473

Color information

#946473 (or 0x946473) is unknown color: approx Mauve Taupe. HEX triplet: 94, 64 and 73. RGB value is (148,100,115). Sum of RGB (Red+Green+Blue) = 148+100+115=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #946473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946473 is #6B9B8C. Grayscale: #747474. Windows color (decimal): -7052173 or 7562388. OLE color: 7562388.

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

Color convert

RGB148100115-
CMYK00.320.220.42
HSL341.25º19.35%48.63%-
HSV(B)341.25º32.43%58.04%-
XYZ19.8616.6518.39-
YUV116.06127.4150.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=40.77%
G=27.55%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810011500.320.220.42341.2519.3548.63
Hex946473020162A1551331
Octal22414416304026525252361
Binary100101001100100111001101000001011010101010101010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946473; }

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

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

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

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

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

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

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

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