#9B6376

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

Shades of Mauve Taupe #9B6376

Tints of Mauve Taupe #9B6376

Color information

#9B6376 (or 0x9B6376) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 63 and 76. RGB value is (155,99,118). Sum of RGB (Red+Green+Blue) = 155+99+118=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6376 is #649C89. Grayscale: #757575. Windows color (decimal): -6593674 or 7758747. OLE color: 7758747.

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

Color convert

RGB15599118-
CMYK00.360.240.39
HSL339.64º22.05%49.8%-
HSV(B)339.64º36.13%60.78%-
XYZ21.2517.219.34-
YUV117.91128.05154.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.67%
GREEN value IS 99 (39.06% from 255) = 26.61%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=41.67%
G=26.61%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559911800.360.240.39339.6422.0549.8
Hex9B637602418271541632
Octal23314316604430475242662
Binary100110111100011111011001001001100010011110101010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,99,118); }

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

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

 a { background-color: rgb(155,99,118); }

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

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

 span { border-color: rgb(155,99,118); }

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