#9C606F

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

Shades of Mauve Taupe #9C606F

Tints of Mauve Taupe #9C606F

Color information

#9C606F (or 0x9C606F) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 60 and 6F. RGB value is (156,96,111). Sum of RGB (Red+Green+Blue) = 156+96+111=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C606F is #639F90. Grayscale: #737373. Windows color (decimal): -6528913 or 7299228. OLE color: 7299228.

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

Color convert

RGB15696111-
CMYK00.380.290.39
HSL345º23.81%49.41%-
HSV(B)345º38.46%61.18%-
XYZ20.7616.5817.15-
YUV115.65125.38156.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.98%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=42.98%
G=26.45%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569611100.380.290.3934523.8149.41
Hex9C606F0261D271591831
Octal23414015704635475313061
Binary100111001100000110111101001101110110011110101100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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