#966979

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

Shades of Mauve Taupe #966979

Tints of Mauve Taupe #966979

Color information

#966979 (or 0x966979) is unknown color: approx Mauve Taupe. HEX triplet: 96, 69 and 79. RGB value is (150,105,121). Sum of RGB (Red+Green+Blue) = 150+105+121=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #966979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966979 is #699686. Grayscale: #787878. Windows color (decimal): -6919815 or 7956886. OLE color: 7956886.

HSL color Cylindrical-coordinate representation of color #966979: hue angle of 338.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 #966979 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB150105121-
CMYK00.300.190.41
HSL338.67º17.65%50%-
HSV(B)338.67º30%58.82%-
XYZ21.0817.9720.45-
YUV120.28128.41149.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=39.89%
G=27.93%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010512100.300.190.41338.6717.6550
Hex96697901E13291531232
Octal22615117103623515232262
Binary10010110110100111110010111101001110100110101001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966979; }

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

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

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

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

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

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

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

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