#966170

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

Shades of Mauve Taupe #966170

Tints of Mauve Taupe #966170

Color information

#966170 (or 0x966170) is unknown color: approx Mauve Taupe. HEX triplet: 96, 61 and 70. RGB value is (150,97,112). Sum of RGB (Red+Green+Blue) = 150+97+112=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #966170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966170 is #699E8F. Grayscale: #727272. Windows color (decimal): -6921872 or 7365014. OLE color: 7365014.

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

Color convert

RGB15097112-
CMYK00.350.250.41
HSL343.02º21.46%48.43%-
HSV(B)343.02º35.33%58.82%-
XYZ19.7816.217.41-
YUV114.56126.56153.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=41.78%
G=27.02%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509711200.350.250.41343.0221.4648.43
Hex96617002319291571530
Octal22614116004331515272560
Binary100101101100001111000001000111100110100110101011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966170; }

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

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

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

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

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

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

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

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