#97566E

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

Shades of Mauve Taupe #97566E

Tints of Mauve Taupe #97566E

Color information

#97566E (or 0x97566E) is unknown color: approx Mauve Taupe. HEX triplet: 97, 56 and 6E. RGB value is (151,86,110). Sum of RGB (Red+Green+Blue) = 151+86+110=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #97566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97566E is #68A991. Grayscale: #6C6C6C. Windows color (decimal): -6859154 or 7231127. OLE color: 7231127.

HSL color Cylindrical-coordinate representation of color #97566E: hue angle of 337.85º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97566E is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15186110-
CMYK00.430.270.41
HSL337.85º27.43%46.47%-
HSV(B)337.85º43.05%59.22%-
XYZ18.914.3616.53-
YUV108.17129.03158.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.52%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=43.52%
G=24.78%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518611000.430.270.41337.8527.4346.47
Hex97566E02B1B291521b2e
Octal22712615605333515223356
Binary100101111010110110111001010111101110100110101001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97566E; }

 p { color: rgb(151,86,110); }

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

<style>
 a { background-color: #97566E; }

 a { background-color: rgb(151,86,110); }

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

<style>
 span { border-color: #97566E; }

 span { border-color: rgb(151,86,110); }

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