#9D616F

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

Shades of Mauve Taupe #9D616F

Tints of Mauve Taupe #9D616F

Color information

#9D616F (or 0x9D616F) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 61 and 6F. RGB value is (157,97,111). Sum of RGB (Red+Green+Blue) = 157+97+111=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D616F is #629E90. Grayscale: #747474. Windows color (decimal): -6463121 or 7299485. OLE color: 7299485.

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

Color convert

RGB15797111-
CMYK00.380.290.38
HSL346º23.62%49.8%-
HSV(B)346º38.22%61.57%-
XYZ21.0516.8717.18-
YUV116.54124.88156.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.01%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=43.01%
G=26.58%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579711100.380.290.3834623.6249.8
Hex9D616F0261D2615a1832
Octal23514115704635465323062
Binary100111011100001110111101001101110110011010101101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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