#9D616E

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

Shades of Mauve Taupe #9D616E

Tints of Mauve Taupe #9D616E

Color information

#9D616E (or 0x9D616E) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 61 and 6E. RGB value is (157,97,110). Sum of RGB (Red+Green+Blue) = 157+97+110=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D616E is #629E91. Grayscale: #747474. Windows color (decimal): -6463122 or 7233949. OLE color: 7233949.

HSL color Cylindrical-coordinate representation of color #9D616E: hue angle of 347º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D616E is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB15797110-
CMYK00.380.300.38
HSL347º23.62%49.8%-
HSV(B)347º38.22%61.57%-
XYZ20.9916.8416.9-
YUV116.42124.38156.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.13%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=43.13%
G=26.65%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579711000.380.300.3834723.6249.8
Hex9D616E0261E2615b1832
Octal23514115604636465333062
Binary100111011100001110111001001101111010011010101101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,97,110); }

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

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

 a { background-color: rgb(157,97,110); }

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

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

 span { border-color: rgb(157,97,110); }

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