#966770

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

Shades of Mauve Taupe #966770

Tints of Mauve Taupe #966770

Color information

#966770 (or 0x966770) is unknown color: approx Mauve Taupe. HEX triplet: 96, 67 and 70. RGB value is (150,103,112). Sum of RGB (Red+Green+Blue) = 150+103+112=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #966770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966770 is #69988F. Grayscale: #767676. Windows color (decimal): -6920336 or 7366550. OLE color: 7366550.

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

Color convert

RGB150103112-
CMYK00.310.250.41
HSL348.51º18.58%49.61%-
HSV(B)348.51º31.33%58.82%-
XYZ20.3517.3517.61-
YUV118.08124.57150.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=41.10%
G=28.22%
B=30.68%

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
Decimal15010311200.310.250.41348.5118.5849.61
Hex96677001F192915d1332
Octal22614716003731515352362
Binary10010110110011111100000111111100110100110101110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966770; }

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

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

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

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

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

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

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

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