#966976

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

Shades of Mauve Taupe #966976

Tints of Mauve Taupe #966976

Color information

#966976 (or 0x966976) is unknown color: approx Mauve Taupe. HEX triplet: 96, 69 and 76. RGB value is (150,105,118). Sum of RGB (Red+Green+Blue) = 150+105+118=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #966976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966976 is #699689. Grayscale: #777777. Windows color (decimal): -6919818 or 7760278. OLE color: 7760278.

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

Color convert

RGB150105118-
CMYK00.300.210.41
HSL342.67º17.65%50%-
HSV(B)342.67º30%58.82%-
XYZ20.917.919.49-
YUV119.94126.91149.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=40.21%
G=28.15%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010511800.300.210.41342.6717.6550
Hex96697601E15291571232
Octal22615116603625515272262
Binary10010110110100111101100111101010110100110101011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966976; }

 p { color: rgb(150,105,118); }

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

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

 a { background-color: rgb(150,105,118); }

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

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

 span { border-color: rgb(150,105,118); }

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