#97666D

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

Shades of Mauve Taupe #97666D

Tints of Mauve Taupe #97666D

Color information

#97666D (or 0x97666D) is unknown color: approx Mauve Taupe. HEX triplet: 97, 66 and 6D. RGB value is (151,102,109). Sum of RGB (Red+Green+Blue) = 151+102+109=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #97666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97666D is #689992. Grayscale: #757575. Windows color (decimal): -6855059 or 7169687. OLE color: 7169687.

HSL color Cylindrical-coordinate representation of color #97666D: hue angle of 351.43º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97666D is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB151102109-
CMYK00.320.280.41
HSL351.43º19.37%49.61%-
HSV(B)351.43º32.45%59.22%-
XYZ20.2717.1916.72-
YUV117.45123.23151.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.71%
GREEN value IS 102 (40.23% from 255) = 28.18%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=41.71%
G=28.18%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110210900.320.280.41351.4319.3749.61
Hex97666D0201C2915f1332
Octal22714615504034515372362
Binary100101111100110110110101000001110010100110101111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97666D; }

 p { color: rgb(151,102,109); }

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

<style>
 a { background-color: #97666D; }

 a { background-color: rgb(151,102,109); }

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

<style>
 span { border-color: #97666D; }

 span { border-color: rgb(151,102,109); }

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