#9B5D72

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

Shades of Mauve Taupe #9B5D72

Tints of Mauve Taupe #9B5D72

Color information

#9B5D72 (or 0x9B5D72) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 5D and 72. RGB value is (155,93,114). Sum of RGB (Red+Green+Blue) = 155+93+114=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D72 is #64A28D. Grayscale: #717171. Windows color (decimal): -6595214 or 7495067. OLE color: 7495067.

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

Color convert

RGB15593114-
CMYK00.40.260.39
HSL339.68º25%48.63%-
HSV(B)339.68º40%60.78%-
XYZ20.4716.0117.93-
YUV113.93128.04157.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.82%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=42.82%
G=25.69%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559311400.40.260.39339.682548.63
Hex9B5D720281A271541931
Octal23313516205032475243161
Binary100110111011101111001001010001101010011110101010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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