#9F6478

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

Shades of Mauve Taupe #9F6478

Tints of Mauve Taupe #9F6478

Color information

#9F6478 (or 0x9F6478) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 64 and 78. RGB value is (159,100,120). Sum of RGB (Red+Green+Blue) = 159+100+120=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6478 is #609B87. Grayscale: #777777. Windows color (decimal): -6331272 or 7890079. OLE color: 7890079.

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

Color convert

RGB159100120-
CMYK00.370.250.38
HSL339.66º23.51%50.78%-
HSV(B)339.66º37.11%62.35%-
XYZ22.2517.8420.04-
YUV119.92128.05155.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.95%
GREEN value IS 100 (39.45% from 255) = 26.39%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=41.95%
G=26.39%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910012000.370.250.38339.6623.5150.78
Hex9F647802519261541833
Octal23714417004531465243063
Binary100111111100100111100001001011100110011010101010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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