#9C626D

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

Shades of Mauve Taupe #9C626D

Tints of Mauve Taupe #9C626D

Color information

#9C626D (or 0x9C626D) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 62 and 6D. RGB value is (156,98,109). Sum of RGB (Red+Green+Blue) = 156+98+109=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C626D is #639D92. Grayscale: #747474. Windows color (decimal): -6528403 or 7168668. OLE color: 7168668.

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

Color convert

RGB15698109-
CMYK00.370.300.39
HSL348.62º22.83%49.8%-
HSV(B)348.62º37.18%61.18%-
XYZ20.8416.9116.63-
YUV116.6123.72156.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.98%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=42.98%
G=27.00%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569810900.370.300.39348.6222.8349.8
Hex9C626D0251E2715d1732
Octal23414215504536475352762
Binary100111001100010110110101001011111010011110101110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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