#9C636E

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

Shades of Mauve Taupe #9C636E

Tints of Mauve Taupe #9C636E

Color information

#9C636E (or 0x9C636E) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 63 and 6E. RGB value is (156,99,110). Sum of RGB (Red+Green+Blue) = 156+99+110=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C636E is #639C91. Grayscale: #757575. Windows color (decimal): -6528146 or 7234460. OLE color: 7234460.

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

Color convert

RGB15699110-
CMYK00.370.290.39
HSL348.42º22.35%50%-
HSV(B)348.42º36.54%61.18%-
XYZ20.9917.1216.95-
YUV117.3123.88155.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.74%
GREEN value IS 99 (39.06% from 255) = 27.12%
BLUE value IS 110 (43.36% from 255) = 30.14%
R=42.74%
G=27.12%
B=30.14%

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
Decimal1569911000.370.290.39348.4222.3550
Hex9C636E0251D2715c1632
Octal23414315604535475342662
Binary100111001100011110111001001011110110011110101110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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