#9A6576

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

Shades of Mauve Taupe #9A6576

Tints of Mauve Taupe #9A6576

Color information

#9A6576 (or 0x9A6576) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 65 and 76. RGB value is (154,101,118). Sum of RGB (Red+Green+Blue) = 154+101+118=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6576 is #659A89. Grayscale: #767676. Windows color (decimal): -6658698 or 7759258. OLE color: 7759258.

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

Color convert

RGB154101118-
CMYK00.340.230.40
HSL340.75º20.78%50%-
HSV(B)340.75º34.42%60.39%-
XYZ21.2517.4919.39-
YUV118.78127.56153.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.29%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=41.29%
G=27.08%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410111800.340.230.40340.7520.7850
Hex9A657602217281551532
Octal23214516604227505252562
Binary100110101100101111011001000101011110100010101010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,101,118); }

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

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

 a { background-color: rgb(154,101,118); }

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

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

 span { border-color: rgb(154,101,118); }

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