#9A606F

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

Shades of Mauve Taupe #9A606F

Tints of Mauve Taupe #9A606F

Color information

#9A606F (or 0x9A606F) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 60 and 6F. RGB value is (154,96,111). Sum of RGB (Red+Green+Blue) = 154+96+111=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 154 - color contains mainly: red. Hex color #9A606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A606F is #659F90. Grayscale: #737373. Windows color (decimal): -6659985 or 7299226. OLE color: 7299226.

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

Color convert

RGB15496111-
CMYK00.380.280.40
HSL344.48º23.2%49.02%-
HSV(B)344.48º37.66%60.39%-
XYZ20.3816.3817.13-
YUV115.05125.72155.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.66%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=42.66%
G=26.59%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1549611100.380.280.40344.4823.249.02
Hex9A606F0261C281581731
Octal23214015704634505302761
Binary100110101100000110111101001101110010100010101100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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