#9C636B

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

Shades of Mauve Taupe #9C636B

Tints of Mauve Taupe #9C636B

Color information

#9C636B (or 0x9C636B) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 63 and 6B. RGB value is (156,99,107). Sum of RGB (Red+Green+Blue) = 156+99+107=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C636B is #639C94. Grayscale: #747474. Windows color (decimal): -6528149 or 7037852. OLE color: 7037852.

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

Color convert

RGB15699107-
CMYK00.370.310.39
HSL351.58º22.35%50%-
HSV(B)351.58º36.54%61.18%-
XYZ20.8317.0516.1-
YUV116.96122.38155.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.09%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=43.09%
G=27.35%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569910700.370.310.39351.5822.3550
Hex9C636B0251F271601632
Octal23414315304537475402662
Binary100111001100011110101101001011111110011110110000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,99,107); }

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

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

 a { background-color: rgb(156,99,107); }

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

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

 span { border-color: rgb(156,99,107); }

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