#946573

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

Shades of Mauve Taupe #946573

Tints of Mauve Taupe #946573

Color information

#946573 (or 0x946573) is unknown color: approx Mauve Taupe. HEX triplet: 94, 65 and 73. RGB value is (148,101,115). Sum of RGB (Red+Green+Blue) = 148+101+115=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #946573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946573 is #6B9A8C. Grayscale: #747474. Windows color (decimal): -7051917 or 7562644. OLE color: 7562644.

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

Color convert

RGB148101115-
CMYK00.320.220.42
HSL342.13º18.88%48.82%-
HSV(B)342.13º31.76%58.04%-
XYZ19.9616.8418.42-
YUV116.65127.07150.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=40.66%
G=27.75%
B=31.59%

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
Decimal14810111500.320.220.42342.1318.8848.82
Hex946573020162A1561331
Octal22414516304026525262361
Binary100101001100101111001101000001011010101010101011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946573; }

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

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

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

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

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

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

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

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