#9B636A

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

Shades of Mauve Taupe #9B636A

Tints of Mauve Taupe #9B636A

Color information

#9B636A (or 0x9B636A) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 63 and 6A. RGB value is (155,99,106). Sum of RGB (Red+Green+Blue) = 155+99+106=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B636A is #649C95. Grayscale: #747474. Windows color (decimal): -6593686 or 6972315. OLE color: 6972315.

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

Color convert

RGB15599106-
CMYK00.360.320.39
HSL352.5º22.05%49.8%-
HSV(B)352.5º36.13%60.78%-
XYZ20.5816.9315.82-
YUV116.54122.05155.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.06%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=43.06%
G=27.5%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559910600.360.320.39352.522.0549.8
Hex9B636A02420271601632
Octal23314315204440475402662
Binary1001101111000111101010010010010000010011110110000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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