#9B6477

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

Shades of Mauve Taupe #9B6477

Tints of Mauve Taupe #9B6477

Color information

#9B6477 (or 0x9B6477) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 64 and 77. RGB value is (155,100,119). Sum of RGB (Red+Green+Blue) = 155+100+119=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6477 is #649B88. Grayscale: #767676. Windows color (decimal): -6593417 or 7824539. OLE color: 7824539.

HSL color Cylindrical-coordinate representation of color #9B6477: hue angle of 339.27º 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 #9B6477 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB155100119-
CMYK00.350.230.39
HSL339.27º21.57%50%-
HSV(B)339.27º35.48%60.78%-
XYZ21.417.4119.69-
YUV118.61128.22153.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.44%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 119 (46.88% from 255) = 31.82%
R=41.44%
G=26.74%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510011900.350.230.39339.2721.5750
Hex9B647702317271531632
Octal23314416704327475232662
Binary100110111100100111011101000111011110011110101001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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