#9C626E

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

Shades of Mauve Taupe #9C626E

Tints of Mauve Taupe #9C626E

Color information

#9C626E (or 0x9C626E) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 62 and 6E. RGB value is (156,98,110). Sum of RGB (Red+Green+Blue) = 156+98+110=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C626E is #639D91. Grayscale: #747474. Windows color (decimal): -6528402 or 7234204. OLE color: 7234204.

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

Color convert

RGB15698110-
CMYK00.370.290.39
HSL347.59º22.83%49.8%-
HSV(B)347.59º37.18%61.18%-
XYZ20.8916.9316.92-
YUV116.71124.22156.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.86%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=42.86%
G=26.92%
B=30.22%

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
Decimal1569811000.370.290.39347.5922.8349.8
Hex9C626E0251D2715c1732
Octal23414215604535475342762
Binary100111001100010110111001001011110110011110101110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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