#9F6475

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

Shades of Mauve Taupe #9F6475

Tints of Mauve Taupe #9F6475

Color information

#9F6475 (or 0x9F6475) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 64 and 75. RGB value is (159,100,117). Sum of RGB (Red+Green+Blue) = 159+100+117=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6475 is #609B8A. Grayscale: #777777. Windows color (decimal): -6331275 or 7693471. OLE color: 7693471.

HSL color Cylindrical-coordinate representation of color #9F6475: hue angle of 342.71º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F6475 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB159100117-
CMYK00.370.260.38
HSL342.71º23.51%50.78%-
HSV(B)342.71º37.11%62.35%-
XYZ22.0717.7719.1-
YUV119.58126.55156.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.29%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 117 (46.09% from 255) = 31.12%
R=42.29%
G=26.60%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910011700.370.260.38342.7123.5150.78
Hex9F64750251A261571833
Octal23714416504532465273063
Binary100111111100100111010101001011101010011010101011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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