#946477

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

Shades of Mauve Taupe #946477

Tints of Mauve Taupe #946477

Color information

#946477 (or 0x946477) is unknown color: approx Mauve Taupe. HEX triplet: 94, 64 and 77. RGB value is (148,100,119). Sum of RGB (Red+Green+Blue) = 148+100+119=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #946477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946477 is #6B9B88. Grayscale: #747474. Windows color (decimal): -7052169 or 7824532. OLE color: 7824532.

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

Color convert

RGB148100119-
CMYK00.320.200.42
HSL336.25º19.35%48.63%-
HSV(B)336.25º32.43%58.04%-
XYZ20.116.7419.62-
YUV116.52129.4150.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=40.33%
G=27.25%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810011900.320.200.42336.2519.3548.63
Hex946477020142A1501331
Octal22414416704024525202361
Binary100101001100100111011101000001010010101010101000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946477; }

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

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

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

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

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

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

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

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