#9F5F75

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

Shades of Mauve Taupe #9F5F75

Tints of Mauve Taupe #9F5F75

Color information

#9F5F75 (or 0x9F5F75) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 5F and 75. RGB value is (159,95,117). Sum of RGB (Red+Green+Blue) = 159+95+117=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5F75 is #60A08A. Grayscale: #747474. Windows color (decimal): -6332555 or 7692191. OLE color: 7692191.

HSL color Cylindrical-coordinate representation of color #9F5F75: hue angle of 339.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F5F75 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB15995117-
CMYK00.400.260.38
HSL339.38º25.2%49.8%-
HSV(B)339.38º40.25%62.35%-
XYZ21.616.8418.94-
YUV116.64128.2158.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=42.86%
G=25.61%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599511700.400.260.38339.3825.249.8
Hex9F5F750281A261531932
Octal23713716505032465233162
Binary100111111011111111010101010001101010011010101001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,95,117); }

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

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

 a { background-color: rgb(159,95,117); }

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

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

 span { border-color: rgb(159,95,117); }

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