#966373

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

Shades of Mauve Taupe #966373

Tints of Mauve Taupe #966373

Color information

#966373 (or 0x966373) is unknown color: approx Mauve Taupe. HEX triplet: 96, 63 and 73. RGB value is (150,99,115). Sum of RGB (Red+Green+Blue) = 150+99+115=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #966373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966373 is #699C8C. Grayscale: #747474. Windows color (decimal): -6921357 or 7562134. OLE color: 7562134.

HSL color Cylindrical-coordinate representation of color #966373: hue angle of 341.18º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #966373 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15099115-
CMYK00.340.230.41
HSL341.18º20.48%48.82%-
HSV(B)341.18º34%58.82%-
XYZ20.1316.6518.37-
YUV116.07127.4152.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.21%
GREEN value IS 99 (39.06% from 255) = 27.20%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=41.21%
G=27.20%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509911500.340.230.41341.1820.4848.82
Hex96637302217291551431
Octal22614316304227515252461
Binary100101101100011111001101000101011110100110101010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966373; }

 p { color: rgb(150,99,115); }

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

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

 a { background-color: rgb(150,99,115); }

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

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

 span { border-color: rgb(150,99,115); }

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