#9B6275

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

Shades of Mauve Taupe #9B6275

Tints of Mauve Taupe #9B6275

Color information

#9B6275 (or 0x9B6275) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 62 and 75. RGB value is (155,98,117). Sum of RGB (Red+Green+Blue) = 155+98+117=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6275 is #649D8A. Grayscale: #757575. Windows color (decimal): -6593931 or 7692955. OLE color: 7692955.

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

Color convert

RGB15598117-
CMYK00.370.250.39
HSL340º22.53%49.61%-
HSV(B)340º36.77%60.78%-
XYZ21.116.9919-
YUV117.21127.88154.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.89%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=41.89%
G=26.49%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559811700.370.250.3934022.5349.61
Hex9B627502519271541732
Octal23314216504531475242762
Binary100110111100010111010101001011100110011110101010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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