#9D6471

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

Shades of Mauve Taupe #9D6471

Tints of Mauve Taupe #9D6471

Color information

#9D6471 (or 0x9D6471) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 64 and 71. RGB value is (157,100,113). Sum of RGB (Red+Green+Blue) = 157+100+113=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6471 is #629B8E. Grayscale: #767676. Windows color (decimal): -6462351 or 7431325. OLE color: 7431325.

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

Color convert

RGB157100113-
CMYK00.360.280.38
HSL346.32º22.53%50.39%-
HSV(B)346.32º36.31%61.57%-
XYZ21.4417.4717.87-
YUV118.52124.88155.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.43%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=42.43%
G=27.03%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710011300.360.280.38346.3222.5350.39
Hex9D64710241C2615a1732
Octal23514416104434465322762
Binary100111011100100111000101001001110010011010101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,100,113); }

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

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

 a { background-color: rgb(157,100,113); }

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

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

 span { border-color: rgb(157,100,113); }

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