#9C636F

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

Shades of Mauve Taupe #9C636F

Tints of Mauve Taupe #9C636F

Color information

#9C636F (or 0x9C636F) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 63 and 6F. RGB value is (156,99,111). Sum of RGB (Red+Green+Blue) = 156+99+111=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C636F is #639C90. Grayscale: #757575. Windows color (decimal): -6528145 or 7299996. OLE color: 7299996.

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

Color convert

RGB15699111-
CMYK00.370.290.39
HSL347.37º22.35%50%-
HSV(B)347.37º36.54%61.18%-
XYZ21.0417.1417.24-
YUV117.41124.38155.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=42.62%
G=27.05%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569911100.370.290.39347.3722.3550
Hex9C636F0251D2715b1632
Octal23414315704535475332662
Binary100111001100011110111101001011110110011110101101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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