#966970

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

Shades of Mauve Taupe #966970

Tints of Mauve Taupe #966970

Color information

#966970 (or 0x966970) is unknown color: approx Mauve Taupe. HEX triplet: 96, 69 and 70. RGB value is (150,105,112). Sum of RGB (Red+Green+Blue) = 150+105+112=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #966970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966970 is #69968F. Grayscale: #777777. Windows color (decimal): -6919824 or 7367062. OLE color: 7367062.

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

Color convert

RGB150105112-
CMYK00.300.250.41
HSL350.67º17.65%50%-
HSV(B)350.67º30%58.82%-
XYZ20.5517.7617.67-
YUV119.25123.91149.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 105 (41.41% from 255) = 28.61%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=40.87%
G=28.61%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010511200.300.250.41350.6717.6550
Hex96697001E192915f1232
Octal22615116003631515372262
Binary10010110110100111100000111101100110100110101111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966970; }

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

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

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

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

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

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

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

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