#946474

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

Shades of Mauve Taupe #946474

Tints of Mauve Taupe #946474

Color information

#946474 (or 0x946474) is unknown color: approx Mauve Taupe. HEX triplet: 94, 64 and 74. RGB value is (148,100,116). Sum of RGB (Red+Green+Blue) = 148+100+116=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #946474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946474 is #6B9B8B. Grayscale: #747474. Windows color (decimal): -7052172 or 7627924. OLE color: 7627924.

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

Color convert

RGB148100116-
CMYK00.320.220.42
HSL340º19.35%48.63%-
HSV(B)340º32.43%58.04%-
XYZ19.9216.6718.69-
YUV116.18127.9150.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=40.66%
G=27.47%
B=31.87%

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
Decimal14810011600.320.220.4234019.3548.63
Hex946474020162A1541331
Octal22414416404026525242361
Binary100101001100100111010001000001011010101010101010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946474; }

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

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

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

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

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

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

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

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