#9D606C

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

Shades of Mauve Taupe #9D606C

Tints of Mauve Taupe #9D606C

Color information

#9D606C (or 0x9D606C) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 60 and 6C. RGB value is (157,96,108). Sum of RGB (Red+Green+Blue) = 157+96+108=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D606C is #629F93. Grayscale: #737373. Windows color (decimal): -6463380 or 7102621. OLE color: 7102621.

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

Color convert

RGB15796108-
CMYK00.390.310.38
HSL348.2º24.11%49.61%-
HSV(B)348.2º38.85%61.57%-
XYZ20.7916.6216.3-
YUV115.61123.71157.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.49%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=43.49%
G=26.59%
B=29.92%

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
Decimal1579610800.390.310.38348.224.1149.61
Hex9D606C0271F2615c1832
Octal23514015404737465343062
Binary100111011100000110110001001111111110011010101110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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