#966870

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

Shades of Mauve Taupe #966870

Tints of Mauve Taupe #966870

Color information

#966870 (or 0x966870) is unknown color: approx Mauve Taupe. HEX triplet: 96, 68 and 70. RGB value is (150,104,112). Sum of RGB (Red+Green+Blue) = 150+104+112=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #966870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966870 is #69978F. Grayscale: #767676. Windows color (decimal): -6920080 or 7366806. OLE color: 7366806.

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

Color convert

RGB150104112-
CMYK00.310.250.41
HSL349.57º18.11%49.8%-
HSV(B)349.57º30.67%58.82%-
XYZ20.4517.5517.64-
YUV118.67124.24150.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=40.98%
G=28.42%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010411200.310.250.41349.5718.1149.8
Hex96687001F192915e1232
Octal22615016003731515362262
Binary10010110110100011100000111111100110100110101111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966870; }

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

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

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

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

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

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

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

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