#946371

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

Shades of Mauve Taupe #946371

Tints of Mauve Taupe #946371

Color information

#946371 (or 0x946371) is unknown color: approx Mauve Taupe. HEX triplet: 94, 63 and 71. RGB value is (148,99,113). Sum of RGB (Red+Green+Blue) = 148+99+113=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #946371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946371 is #6B9C8E. Grayscale: #737373. Windows color (decimal): -7052431 or 7431060. OLE color: 7431060.

HSL color Cylindrical-coordinate representation of color #946371: hue angle of 342.86º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946371 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14899113-
CMYK00.330.240.42
HSL342.86º19.84%48.43%-
HSV(B)342.86º33.11%58.04%-
XYZ19.6616.4117.75-
YUV115.25126.73151.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 113 (44.53% from 255) = 31.39%
R=41.11%
G=27.5%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489911300.330.240.42342.8619.8448.43
Hex946371021182A1571430
Octal22414316104130525272460
Binary100101001100011111000101000011100010101010101011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946371; }

 p { color: rgb(148,99,113); }

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

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

 a { background-color: rgb(148,99,113); }

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

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

 span { border-color: rgb(148,99,113); }

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