#9C5B72

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

Shades of Mauve Taupe #9C5B72

Tints of Mauve Taupe #9C5B72

Color information

#9C5B72 (or 0x9C5B72) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 5B and 72. RGB value is (156,91,114). Sum of RGB (Red+Green+Blue) = 156+91+114=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5B72 is #63A48D. Grayscale: #717171. Windows color (decimal): -6530190 or 7494556. OLE color: 7494556.

HSL color Cylindrical-coordinate representation of color #9C5B72: hue angle of 338.77º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C5B72 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB15691114-
CMYK00.420.270.39
HSL338.77º26.32%48.43%-
HSV(B)338.77º41.67%61.18%-
XYZ20.4915.7617.88-
YUV113.06128.53158.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.21%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=43.21%
G=25.21%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569111400.420.270.39338.7726.3248.43
Hex9C5B7202A1B271531a30
Octal23413316205233475233260
Binary100111001011011111001001010101101110011110101001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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