#966174

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

Shades of Mauve Taupe #966174

Tints of Mauve Taupe #966174

Color information

#966174 (or 0x966174) is unknown color: approx Mauve Taupe. HEX triplet: 96, 61 and 74. RGB value is (150,97,116). Sum of RGB (Red+Green+Blue) = 150+97+116=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #966174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966174 is #699E8B. Grayscale: #727272. Windows color (decimal): -6921868 or 7627158. OLE color: 7627158.

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

Color convert

RGB15097116-
CMYK00.350.230.41
HSL338.49º21.46%48.43%-
HSV(B)338.49º35.33%58.82%-
XYZ2016.2918.61-
YUV115.01128.56152.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 116 (45.70% from 255) = 31.96%
R=41.32%
G=26.72%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509711600.350.230.41338.4921.4648.43
Hex96617402317291521530
Octal22614116404327515222560
Binary100101101100001111010001000111011110100110101001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966174; }

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

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

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

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

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

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

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

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