#9B6472

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

Shades of Mauve Taupe #9B6472

Tints of Mauve Taupe #9B6472

Color information

#9B6472 (or 0x9B6472) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 64 and 72. RGB value is (155,100,114). Sum of RGB (Red+Green+Blue) = 155+100+114=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6472 is #649B8D. Grayscale: #767676. Windows color (decimal): -6593422 or 7496859. OLE color: 7496859.

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

Color convert

RGB155100114-
CMYK00.350.260.39
HSL344.73º21.57%50%-
HSV(B)344.73º35.48%60.78%-
XYZ21.1117.318.15-
YUV118.04125.72154.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.01%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=42.01%
G=27.10%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510011400.350.260.39344.7321.5750
Hex9B64720231A271591632
Octal23314416204332475312662
Binary100110111100100111001001000111101010011110101100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,100,114); }

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

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

 a { background-color: rgb(155,100,114); }

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

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

 span { border-color: rgb(155,100,114); }

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