#9F606C

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

Shades of Mauve Taupe #9F606C

Tints of Mauve Taupe #9F606C

Color information

#9F606C (or 0x9F606C) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 60 and 6C. RGB value is (159,96,108). Sum of RGB (Red+Green+Blue) = 159+96+108=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F606C is #609F93. Grayscale: #747474. Windows color (decimal): -6332308 or 7102623. OLE color: 7102623.

HSL color Cylindrical-coordinate representation of color #9F606C: hue angle of 348.57º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F606C is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB15996108-
CMYK00.400.320.38
HSL348.57º24.71%50%-
HSV(B)348.57º39.62%62.35%-
XYZ21.1916.8216.32-
YUV116.2123.37158.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.80%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=43.80%
G=26.45%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599610800.400.320.38348.5724.7150
Hex9F606C028202615d1932
Octal23714015405040465353162
Binary1001111111000001101100010100010000010011010101110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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