#9C606E

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

Shades of Mauve Taupe #9C606E

Tints of Mauve Taupe #9C606E

Color information

#9C606E (or 0x9C606E) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 60 and 6E. RGB value is (156,96,110). Sum of RGB (Red+Green+Blue) = 156+96+110=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C606E is #639F91. Grayscale: #737373. Windows color (decimal): -6528914 or 7233692. OLE color: 7233692.

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

Color convert

RGB15696110-
CMYK00.380.290.39
HSL346º23.81%49.41%-
HSV(B)346º38.46%61.18%-
XYZ20.7116.5616.86-
YUV115.54124.88156.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.09%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=43.09%
G=26.52%
B=30.39%

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
Decimal1569611000.380.290.3934623.8149.41
Hex9C606E0261D2715a1831
Octal23414015604635475323061
Binary100111001100000110111001001101110110011110101101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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