#9D6074

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

Shades of Mauve Taupe #9D6074

Tints of Mauve Taupe #9D6074

Color information

#9D6074 (or 0x9D6074) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 60 and 74. RGB value is (157,96,116). Sum of RGB (Red+Green+Blue) = 157+96+116=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6074 is #629F8B. Grayscale: #747474. Windows color (decimal): -6463372 or 7626909. OLE color: 7626909.

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

Color convert

RGB15796116-
CMYK00.390.260.38
HSL340.33º24.11%49.61%-
HSV(B)340.33º38.85%61.57%-
XYZ21.2416.7918.65-
YUV116.52127.71156.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=42.55%
G=26.02%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579611600.390.260.38340.3324.1149.61
Hex9D60740271A261541832
Octal23514016404732465243062
Binary100111011100000111010001001111101010011010101010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,96,116); }

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

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

 a { background-color: rgb(157,96,116); }

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

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

 span { border-color: rgb(157,96,116); }

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