#9A6478

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

Shades of Mauve Taupe #9A6478

Tints of Mauve Taupe #9A6478

Color information

#9A6478 (or 0x9A6478) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 64 and 78. RGB value is (154,100,120). Sum of RGB (Red+Green+Blue) = 154+100+120=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6478 is #659B87. Grayscale: #767676. Windows color (decimal): -6658952 or 7890074. OLE color: 7890074.

HSL color Cylindrical-coordinate representation of color #9A6478: hue angle of 337.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A6478 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB154100120-
CMYK00.350.220.40
HSL337.78º21.26%49.8%-
HSV(B)337.78º35.06%60.39%-
XYZ21.2717.3420-
YUV118.43128.89153.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.18%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=41.18%
G=26.74%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410012000.350.220.40337.7821.2649.8
Hex9A647802316281521532
Octal23214417004326505222562
Binary100110101100100111100001000111011010100010101001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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