#97616A

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

Shades of Mauve Taupe #97616A

Tints of Mauve Taupe #97616A

Color information

#97616A (or 0x97616A) is unknown color: approx Mauve Taupe. HEX triplet: 97, 61 and 6A. RGB value is (151,97,106). Sum of RGB (Red+Green+Blue) = 151+97+106=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #97616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97616A is #689E95. Grayscale: #727272. Windows color (decimal): -6856342 or 6971799. OLE color: 6971799.

HSL color Cylindrical-coordinate representation of color #97616A: hue angle of 350º 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 #97616A is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15197106-
CMYK00.360.300.41
HSL350º21.77%48.63%-
HSV(B)350º35.76%59.22%-
XYZ19.6416.1715.72-
YUV114.17123.39154.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.66%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=42.66%
G=27.40%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519710600.360.300.4135021.7748.63
Hex97616A0241E2915e1631
Octal22714115204436515362661
Binary100101111100001110101001001001111010100110101111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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