#9B6272

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

Shades of Mauve Taupe #9B6272

Tints of Mauve Taupe #9B6272

Color information

#9B6272 (or 0x9B6272) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 62 and 72. RGB value is (155,98,114). Sum of RGB (Red+Green+Blue) = 155+98+114=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6272 is #649D8D. Grayscale: #747474. Windows color (decimal): -6593934 or 7496347. OLE color: 7496347.

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

Color convert

RGB15598114-
CMYK00.370.260.39
HSL343.16º22.53%49.61%-
HSV(B)343.16º36.77%60.78%-
XYZ20.9216.9218.08-
YUV116.87126.38155.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.23%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 114 (44.92% from 255) = 31.06%
R=42.23%
G=26.70%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559811400.370.260.39343.1622.5349.61
Hex9B62720251A271571732
Octal23314216204532475272762
Binary100110111100010111001001001011101010011110101011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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