#97606F

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

Shades of Mauve Taupe #97606F

Tints of Mauve Taupe #97606F

Color information

#97606F (or 0x97606F) is unknown color: approx Mauve Taupe. HEX triplet: 97, 60 and 6F. RGB value is (151,96,111). Sum of RGB (Red+Green+Blue) = 151+96+111=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #97606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97606F is #689F90. Grayscale: #727272. Windows color (decimal): -6856593 or 7299223. OLE color: 7299223.

HSL color Cylindrical-coordinate representation of color #97606F: hue angle of 343.64º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97606F is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15196111-
CMYK00.360.260.41
HSL343.64º22.27%48.43%-
HSV(B)343.64º36.42%59.22%-
XYZ19.8116.0917.1-
YUV114.16126.22154.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.18%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 111 (43.75% from 255) = 31.01%
R=42.18%
G=26.82%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519611100.360.260.41343.6422.2748.43
Hex97606F0241A291581630
Octal22714015704432515302660
Binary100101111100000110111101001001101010100110101100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97606F; }

 p { color: rgb(151,96,111); }

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

<style>
 a { background-color: #97606F; }

 a { background-color: rgb(151,96,111); }

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

<style>
 span { border-color: #97606F; }

 span { border-color: rgb(151,96,111); }

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