#966172

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

Shades of Mauve Taupe #966172

Tints of Mauve Taupe #966172

Color information

#966172 (or 0x966172) is unknown color: approx Mauve Taupe. HEX triplet: 96, 61 and 72. RGB value is (150,97,114). Sum of RGB (Red+Green+Blue) = 150+97+114=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #966172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966172 is #699E8D. Grayscale: #727272. Windows color (decimal): -6921870 or 7496086. OLE color: 7496086.

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

Color convert

RGB15097114-
CMYK00.350.240.41
HSL340.75º21.46%48.43%-
HSV(B)340.75º35.33%58.82%-
XYZ19.8916.2518.01-
YUV114.78127.56153.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=41.55%
G=26.87%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509711400.350.240.41340.7521.4648.43
Hex96617202318291551530
Octal22614116204330515252560
Binary100101101100001111001001000111100010100110101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966172; }

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

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

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

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

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

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

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

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