#9D626C

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

Shades of Mauve Taupe #9D626C

Tints of Mauve Taupe #9D626C

Color information

#9D626C (or 0x9D626C) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 62 and 6C. RGB value is (157,98,108). Sum of RGB (Red+Green+Blue) = 157+98+108=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D626C is #629D93. Grayscale: #747474. Windows color (decimal): -6462868 or 7103133. OLE color: 7103133.

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

Color convert

RGB15798108-
CMYK00.380.310.38
HSL349.83º23.14%50%-
HSV(B)349.83º37.58%61.57%-
XYZ20.9816.9916.36-
YUV116.78123.05156.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=43.25%
G=27.00%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579810800.380.310.38349.8323.1450
Hex9D626C0261F2615e1732
Octal23514215404637465362762
Binary100111011100010110110001001101111110011010101111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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