#9A6271

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

Shades of Mauve Taupe #9A6271

Tints of Mauve Taupe #9A6271

Color information

#9A6271 (or 0x9A6271) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 62 and 71. RGB value is (154,98,113). Sum of RGB (Red+Green+Blue) = 154+98+113=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6271 is #659D8E. Grayscale: #747474. Windows color (decimal): -6659471 or 7430810. OLE color: 7430810.

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

Color convert

RGB15498113-
CMYK00.360.270.40
HSL343.93º22.22%49.41%-
HSV(B)343.93º36.36%60.39%-
XYZ20.6716.817.78-
YUV116.45126.05154.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.19%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=42.19%
G=26.85%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1549811300.360.270.40343.9322.2249.41
Hex9A62710241B281581631
Octal23214216104433505302661
Binary100110101100010111000101001001101110100010101100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,98,113); }

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

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

 a { background-color: rgb(154,98,113); }

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

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

 span { border-color: rgb(154,98,113); }

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