#966164

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

Shades of Mauve Taupe #966164

Tints of Mauve Taupe #966164

Color information

#966164 (or 0x966164) is unknown color: approx Mauve Taupe. HEX triplet: 96, 61 and 64. RGB value is (150,97,100). Sum of RGB (Red+Green+Blue) = 150+97+100=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #966164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966164 is #699E9B. Grayscale: #717171. Windows color (decimal): -6921884 or 6578582. OLE color: 6578582.

HSL color Cylindrical-coordinate representation of color #966164: hue angle of 356.6º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966164 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB15097100-
CMYK00.350.330.41
HSL356.6º21.46%48.43%-
HSV(B)356.6º35.33%58.82%-
XYZ19.1515.9514.13-
YUV113.19120.56154.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 100 (39.45% from 255) = 28.82%
R=43.23%
G=27.95%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509710000.350.330.41356.621.4648.43
Hex96616402321291651530
Octal22614114404341515452560
Binary1001011011000011100100010001110000110100110110010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966164; }

 p { color: rgb(150,97,100); }

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

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

 a { background-color: rgb(150,97,100); }

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

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

 span { border-color: rgb(150,97,100); }

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