#9A616F

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

Shades of Mauve Taupe #9A616F

Tints of Mauve Taupe #9A616F

Color information

#9A616F (or 0x9A616F) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 61 and 6F. RGB value is (154,97,111). Sum of RGB (Red+Green+Blue) = 154+97+111=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 154 - color contains mainly: red. Hex color #9A616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A616F is #659E90. Grayscale: #737373. Windows color (decimal): -6659729 or 7299482. OLE color: 7299482.

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

Color convert

RGB15497111-
CMYK00.370.280.40
HSL345.26º22.71%49.22%-
HSV(B)345.26º37.01%60.39%-
XYZ20.4716.5717.16-
YUV115.64125.38155.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.54%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=42.54%
G=26.80%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1549711100.370.280.40345.2622.7149.22
Hex9A616F0251C281591731
Octal23214115704534505312761
Binary100110101100001110111101001011110010100010101100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,97,111); }

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

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

 a { background-color: rgb(154,97,111); }

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

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

 span { border-color: rgb(154,97,111); }

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