#9b636e

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

Shades of Mauve Taupe #9B636E

Tints of Mauve Taupe #9B636E

Color information

#9B636E (or 0x9B636E) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 63 and 6E. RGB value is (155,99,110). Sum of RGB (Red+Green+Blue) = 155+99+110=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B636E is #649C91. Grayscale: #757575. Windows color (decimal): -6593682 or 7234459. OLE color: 7234459.

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

Color convert

RGB15599110-
CMYK00.360.290.39
HSL348.21º22.05%49.8%-
HSV(B)348.21º36.13%60.78%-
XYZ20.7917.0216.94-
YUV117124.05155.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.58%
GREEN value IS 99 (39.06% from 255) = 27.20%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=42.58%
G=27.20%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559911000.360.290.39348.2122.0549.8
Hex9B636E0241D2715c1632
Octal23314315604435475342662
Binary100110111100011110111001001001110110011110101110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b636e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,99,110); }

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

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

 a { background-color: rgb(155,99,110); }

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

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

 span { border-color: rgb(155,99,110); }

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