#97616F

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

Shades of Mauve Taupe #97616F

Tints of Mauve Taupe #97616F

Color information

#97616F (or 0x97616F) is unknown color: approx Mauve Taupe. HEX triplet: 97, 61 and 6F. RGB value is (151,97,111). Sum of RGB (Red+Green+Blue) = 151+97+111=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #97616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97616F is #689E90. Grayscale: #727272. Windows color (decimal): -6856337 or 7299479. OLE color: 7299479.

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

Color convert

RGB15197111-
CMYK00.360.260.41
HSL344.44º21.77%48.63%-
HSV(B)344.44º35.76%59.22%-
XYZ19.9116.2817.13-
YUV114.74125.89153.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.06%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=42.06%
G=27.02%
B=30.92%

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
Decimal1519711100.360.260.41344.4421.7748.63
Hex97616F0241A291581631
Octal22714115704432515302661
Binary100101111100001110111101001001101010100110101100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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