#9F6379

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

Shades of Mauve Taupe #9F6379

Tints of Mauve Taupe #9F6379

Color information

#9F6379 (or 0x9F6379) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 63 and 79. RGB value is (159,99,121). Sum of RGB (Red+Green+Blue) = 159+99+121=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6379 is #609C86. Grayscale: #777777. Windows color (decimal): -6331527 or 7955359. OLE color: 7955359.

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

Color convert

RGB15999121-
CMYK00.380.240.38
HSL338º23.81%50.59%-
HSV(B)338º37.74%62.35%-
XYZ22.2117.6820.33-
YUV119.45128.88156.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.95%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=41.95%
G=26.12%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599912100.380.240.3833823.8150.59
Hex9F637902618261521833
Octal23714317104630465223063
Binary100111111100011111100101001101100010011010101001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,99,121); }

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

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

 a { background-color: rgb(159,99,121); }

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

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

 span { border-color: rgb(159,99,121); }

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