#9F5C6F

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

Shades of Mauve Taupe #9F5C6F

Tints of Mauve Taupe #9F5C6F

Color information

#9F5C6F (or 0x9F5C6F) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 5C and 6F. RGB value is (159,92,111). Sum of RGB (Red+Green+Blue) = 159+92+111=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5C6F is #60A390. Grayscale: #727272. Windows color (decimal): -6333329 or 7298207. OLE color: 7298207.

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

Color convert

RGB15992111-
CMYK00.420.300.38
HSL342.99º26.69%49.22%-
HSV(B)342.99º42.14%62.35%-
XYZ20.9916.1717.05-
YUV114.2126.2159.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.92%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=43.92%
G=25.41%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599211100.420.300.38342.9926.6949.22
Hex9F5C6F02A1E261571b31
Octal23713415705236465273361
Binary100111111011100110111101010101111010011010101011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,92,111); }

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

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

 a { background-color: rgb(159,92,111); }

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

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

 span { border-color: rgb(159,92,111); }

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