#9B5D68

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

Shades of Mauve Taupe #9B5D68

Tints of Mauve Taupe #9B5D68

Color information

#9B5D68 (or 0x9B5D68) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 5D and 68. RGB value is (155,93,104). Sum of RGB (Red+Green+Blue) = 155+93+104=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D68 is #64A297. Grayscale: #707070. Windows color (decimal): -6595224 or 6839707. OLE color: 6839707.

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

Color convert

RGB15593104-
CMYK00.40.330.39
HSL349.35º25%48.63%-
HSV(B)349.35º40%60.78%-
XYZ19.9315.815.1-
YUV112.79123.04158.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=44.03%
G=26.42%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559310400.40.330.39349.352548.63
Hex9B5D68028212715d1931
Octal23313515005041475353161
Binary1001101110111011101000010100010000110011110101110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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