#9D606D

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

Shades of Mauve Taupe #9D606D

Tints of Mauve Taupe #9D606D

Color information

#9D606D (or 0x9D606D) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 60 and 6D. RGB value is (157,96,109). Sum of RGB (Red+Green+Blue) = 157+96+109=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D606D is #629F92. Grayscale: #737373. Windows color (decimal): -6463379 or 7168157. OLE color: 7168157.

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

Color convert

RGB15796109-
CMYK00.390.310.38
HSL347.21º24.11%49.61%-
HSV(B)347.21º38.85%61.57%-
XYZ20.8516.6416.58-
YUV115.72124.21157.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.37%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=43.37%
G=26.52%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579610900.390.310.38347.2124.1149.61
Hex9D606D0271F2615b1832
Octal23514015504737465333062
Binary100111011100000110110101001111111110011010101101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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