#9A6374

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

Shades of Mauve Taupe #9A6374

Tints of Mauve Taupe #9A6374

Color information

#9A6374 (or 0x9A6374) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 63 and 74. RGB value is (154,99,116). Sum of RGB (Red+Green+Blue) = 154+99+116=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6374 is #659C8B. Grayscale: #757575. Windows color (decimal): -6659212 or 7627674. OLE color: 7627674.

HSL color Cylindrical-coordinate representation of color #9A6374: hue angle of 341.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A6374 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB15499116-
CMYK00.360.250.40
HSL341.45º21.74%49.61%-
HSV(B)341.45º35.71%60.39%-
XYZ20.9417.0518.71-
YUV117.38127.22154.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.73%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=41.73%
G=26.83%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1549911600.360.250.40341.4521.7449.61
Hex9A637402419281551632
Octal23214316404431505252662
Binary100110101100011111010001001001100110100010101010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A6374; }

 p { color: rgb(154,99,116); }

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

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

 a { background-color: rgb(154,99,116); }

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

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

 span { border-color: rgb(154,99,116); }

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