#9F5D6A

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

Shades of Mauve Taupe #9F5D6A

Tints of Mauve Taupe #9F5D6A

Color information

#9F5D6A (or 0x9F5D6A) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 5D and 6A. RGB value is (159,93,106). Sum of RGB (Red+Green+Blue) = 159+93+106=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5D6A is #60A295. Grayscale: #727272. Windows color (decimal): -6333078 or 6970783. OLE color: 6970783.

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

Color convert

RGB15993106-
CMYK00.420.330.38
HSL348.18º26.19%49.41%-
HSV(B)348.18º41.51%62.35%-
XYZ20.8116.2415.67-
YUV114.22123.37159.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.41%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=44.41%
G=25.98%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599310600.420.330.38348.1826.1949.41
Hex9F5D6A02A212615c1a31
Octal23713515205241465343261
Binary1001111110111011101010010101010000110011010101110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,93,106); }

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

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

 a { background-color: rgb(159,93,106); }

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

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

 span { border-color: rgb(159,93,106); }

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