#966873

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

Shades of Mauve Taupe #966873

Tints of Mauve Taupe #966873

Color information

#966873 (or 0x966873) is unknown color: approx Mauve Taupe. HEX triplet: 96, 68 and 73. RGB value is (150,104,115). Sum of RGB (Red+Green+Blue) = 150+104+115=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #966873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966873 is #69978C. Grayscale: #777777. Windows color (decimal): -6920077 or 7563414. OLE color: 7563414.

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

Color convert

RGB150104115-
CMYK00.310.230.41
HSL345.65º18.11%49.8%-
HSV(B)345.65º30.67%58.82%-
XYZ20.6217.6218.53-
YUV119.01125.74150.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 115 (45.31% from 255) = 31.17%
R=40.65%
G=28.18%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010411500.310.230.41345.6518.1149.8
Hex96687301F172915a1232
Octal22615016303727515322262
Binary10010110110100011100110111111011110100110101101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966873; }

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

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

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

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

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

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

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

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