#9F5A6D

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

Shades of Mauve Taupe #9F5A6D

Tints of Mauve Taupe #9F5A6D

Color information

#9F5A6D (or 0x9F5A6D) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 5A and 6D. RGB value is (159,90,109). Sum of RGB (Red+Green+Blue) = 159+90+109=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5A6D is #60A592. Grayscale: #707070. Windows color (decimal): -6333843 or 7166623. OLE color: 7166623.

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

Color convert

RGB15990109-
CMYK00.430.310.38
HSL343.48º27.71%48.82%-
HSV(B)343.48º43.4%62.35%-
XYZ20.7115.7916.42-
YUV112.8125.86160.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.41%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=44.41%
G=25.14%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599010900.430.310.38343.4827.7148.82
Hex9F5A6D02B1F261571c31
Octal23713215505337465273461
Binary100111111011010110110101010111111110011010101011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,90,109); }

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

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

 a { background-color: rgb(159,90,109); }

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

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

 span { border-color: rgb(159,90,109); }

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