#946466

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

Shades of Mauve Taupe #946466

Tints of Mauve Taupe #946466

Color information

#946466 (or 0x946466) is unknown color: approx Mauve Taupe. HEX triplet: 94, 64 and 66. RGB value is (148,100,102). Sum of RGB (Red+Green+Blue) = 148+100+102=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #946466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946466 is #6B9B99. Grayscale: #727272. Windows color (decimal): -7052186 or 6710420. OLE color: 6710420.

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

Color convert

RGB148100102-
CMYK00.320.310.42
HSL357.5º19.35%48.63%-
HSV(B)357.5º32.43%58.04%-
XYZ19.1716.3714.72-
YUV114.58120.9151.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 100 (39.45% from 255) = 28.57%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=42.29%
G=28.57%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810010200.320.310.42357.519.3548.63
Hex9464660201F2A1661331
Octal22414414604037525462361
Binary100101001100100110011001000001111110101010110011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946466; }

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

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

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

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

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

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

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

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