#9F5C6C

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

Shades of Mauve Taupe #9F5C6C

Tints of Mauve Taupe #9F5C6C

Color information

#9F5C6C (or 0x9F5C6C) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 5C and 6C. RGB value is (159,92,108). Sum of RGB (Red+Green+Blue) = 159+92+108=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5C6C is #60A393. Grayscale: #717171. Windows color (decimal): -6333332 or 7101599. OLE color: 7101599.

HSL color Cylindrical-coordinate representation of color #9F5C6C: hue angle of 345.67º 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 #9F5C6C is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB15992108-
CMYK00.420.320.38
HSL345.67º26.69%49.22%-
HSV(B)345.67º42.14%62.35%-
XYZ20.8316.1116.2-
YUV113.86124.7160.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.29%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=44.29%
G=25.63%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599210800.420.320.38345.6726.6949.22
Hex9F5C6C02A202615a1b31
Octal23713415405240465323361
Binary1001111110111001101100010101010000010011010101101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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