#9D6275

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

Shades of Mauve Taupe #9D6275

Tints of Mauve Taupe #9D6275

Color information

#9D6275 (or 0x9D6275) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 62 and 75. RGB value is (157,98,117). Sum of RGB (Red+Green+Blue) = 157+98+117=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6275 is #629D8A. Grayscale: #757575. Windows color (decimal): -6462859 or 7692957. OLE color: 7692957.

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

Color convert

RGB15798117-
CMYK00.380.250.38
HSL340.68º23.14%50%-
HSV(B)340.68º37.58%61.57%-
XYZ21.4817.1919.01-
YUV117.81127.55155.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.20%
GREEN value IS 98 (38.67% from 255) = 26.34%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=42.20%
G=26.34%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579811700.380.250.38340.6823.1450
Hex9D627502619261551732
Octal23514216504631465252762
Binary100111011100010111010101001101100110011010101010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,98,117); }

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

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

 a { background-color: rgb(157,98,117); }

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

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

 span { border-color: rgb(157,98,117); }

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