#9D6078

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

Shades of Mauve Taupe #9D6078

Tints of Mauve Taupe #9D6078

Color information

#9D6078 (or 0x9D6078) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 60 and 78. RGB value is (157,96,120). Sum of RGB (Red+Green+Blue) = 157+96+120=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6078 is #629F87. Grayscale: #747474. Windows color (decimal): -6463368 or 7889053. OLE color: 7889053.

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

Color convert

RGB15796120-
CMYK00.390.240.38
HSL336.39º24.11%49.61%-
HSV(B)336.39º38.85%61.57%-
XYZ21.4816.8919.9-
YUV116.98129.71156.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.09%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=42.09%
G=25.74%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579612000.390.240.38336.3924.1149.61
Hex9D607802718261501832
Octal23514017004730465203062
Binary100111011100000111100001001111100010011010101000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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