#9C5F6F

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

Shades of Mauve Taupe #9C5F6F

Tints of Mauve Taupe #9C5F6F

Color information

#9C5F6F (or 0x9C5F6F) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 5F and 6F. RGB value is (156,95,111). Sum of RGB (Red+Green+Blue) = 156+95+111=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5F6F is #63A090. Grayscale: #737373. Windows color (decimal): -6529169 or 7298972. OLE color: 7298972.

HSL color Cylindrical-coordinate representation of color #9C5F6F: hue angle of 344.26º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C5F6F is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB15695111-
CMYK00.390.290.39
HSL344.26º24.3%49.22%-
HSV(B)344.26º39.1%61.18%-
XYZ20.6716.417.11-
YUV115.06125.71157.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.09%
GREEN value IS 95 (37.5% from 255) = 26.24%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=43.09%
G=26.24%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569511100.390.290.39344.2624.349.22
Hex9C5F6F0271D271581831
Octal23413715704735475303061
Binary100111001011111110111101001111110110011110101100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,95,111); }

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

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

 a { background-color: rgb(156,95,111); }

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

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

 span { border-color: rgb(156,95,111); }

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