#9B5C73

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

Shades of Mauve Taupe #9B5C73

Tints of Mauve Taupe #9B5C73

Color information

#9B5C73 (or 0x9B5C73) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 5C and 73. RGB value is (155,92,115). Sum of RGB (Red+Green+Blue) = 155+92+115=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5C73 is #64A38C. Grayscale: #717171. Windows color (decimal): -6595469 or 7560347. OLE color: 7560347.

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

Color convert

RGB15592115-
CMYK00.410.260.39
HSL338.1º25.51%48.43%-
HSV(B)338.1º40.65%60.78%-
XYZ20.4415.8618.2-
YUV113.46128.87157.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.82%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=42.82%
G=25.41%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559211500.410.260.39338.125.5148.43
Hex9B5C730291A271521a30
Octal23313416305132475223260
Binary100110111011100111001101010011101010011110101001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,92,115); }

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

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

 a { background-color: rgb(155,92,115); }

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

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

 span { border-color: rgb(155,92,115); }

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