#946773

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

Shades of Mauve Taupe #946773

Tints of Mauve Taupe #946773

Color information

#946773 (or 0x946773) is unknown color: approx Mauve Taupe. HEX triplet: 94, 67 and 73. RGB value is (148,103,115). Sum of RGB (Red+Green+Blue) = 148+103+115=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #946773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946773 is #6B988C. Grayscale: #757575. Windows color (decimal): -7051405 or 7563156. OLE color: 7563156.

HSL color Cylindrical-coordinate representation of color #946773: hue angle of 344º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946773 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB148103115-
CMYK00.300.220.42
HSL344º17.93%49.22%-
HSV(B)344º30.41%58.04%-
XYZ20.1617.2318.48-
YUV117.82126.41149.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=40.44%
G=28.14%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810311500.300.220.4234417.9349.22
Hex94677301E162A1581231
Octal22414716303626525302261
Binary10010100110011111100110111101011010101010101100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946773; }

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

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

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

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

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

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

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

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