#9C6272

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

Shades of Mauve Taupe #9C6272

Tints of Mauve Taupe #9C6272

Color information

#9C6272 (or 0x9C6272) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 62 and 72. RGB value is (156,98,114). Sum of RGB (Red+Green+Blue) = 156+98+114=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6272 is #639D8D. Grayscale: #757575. Windows color (decimal): -6528398 or 7496348. OLE color: 7496348.

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

Color convert

RGB15698114-
CMYK00.370.270.39
HSL343.45º22.83%49.8%-
HSV(B)343.45º37.18%61.18%-
XYZ21.1217.0218.09-
YUV117.17126.22155.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.39%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=42.39%
G=26.63%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569811400.370.270.39343.4522.8349.8
Hex9C62720251B271571732
Octal23414216204533475272762
Binary100111001100010111001001001011101110011110101011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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