#9F606E

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

Shades of Mauve Taupe #9F606E

Tints of Mauve Taupe #9F606E

Color information

#9F606E (or 0x9F606E) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 60 and 6E. RGB value is (159,96,110). Sum of RGB (Red+Green+Blue) = 159+96+110=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F606E is #609F91. Grayscale: #747474. Windows color (decimal): -6332306 or 7233695. OLE color: 7233695.

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

Color convert

RGB15996110-
CMYK00.400.310.38
HSL346.67º24.71%50%-
HSV(B)346.67º39.62%62.35%-
XYZ21.316.8616.88-
YUV116.43124.37158.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.56%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 110 (43.36% from 255) = 30.14%
R=43.56%
G=26.30%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599611000.400.310.38346.6724.7150
Hex9F606E0281F2615b1932
Octal23714015605037465333162
Binary100111111100000110111001010001111110011010101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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