#966874

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

Shades of Mauve Taupe #966874

Tints of Mauve Taupe #966874

Color information

#966874 (or 0x966874) is unknown color: approx Mauve Taupe. HEX triplet: 96, 68 and 74. RGB value is (150,104,116). Sum of RGB (Red+Green+Blue) = 150+104+116=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #966874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966874 is #69978B. Grayscale: #777777. Windows color (decimal): -6920076 or 7628950. OLE color: 7628950.

HSL color Cylindrical-coordinate representation of color #966874: hue angle of 344.35º 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 #966874 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB150104116-
CMYK00.310.230.41
HSL344.35º18.11%49.8%-
HSV(B)344.35º30.67%58.82%-
XYZ20.6817.6518.84-
YUV119.12126.24150.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 104 (41.02% from 255) = 28.11%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=40.54%
G=28.11%
B=31.35%

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
Decimal15010411600.310.230.41344.3518.1149.8
Hex96687401F17291581232
Octal22615016403727515302262
Binary10010110110100011101000111111011110100110101100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966874; }

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

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

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

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

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

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

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

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