#97586B

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

Shades of Mauve Taupe #97586B

Tints of Mauve Taupe #97586B

Color information

#97586B (or 0x97586B) is unknown color: approx Mauve Taupe. HEX triplet: 97, 58 and 6B. RGB value is (151,88,107). Sum of RGB (Red+Green+Blue) = 151+88+107=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #97586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97586B is #68A794. Grayscale: #6C6C6C. Windows color (decimal): -6858645 or 7035031. OLE color: 7035031.

HSL color Cylindrical-coordinate representation of color #97586B: hue angle of 341.9º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97586B is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15188107-
CMYK00.420.290.41
HSL341.9º26.36%46.86%-
HSV(B)341.9º41.72%59.22%-
XYZ18.9114.6215.74-
YUV109126.87157.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 107 (42.19% from 255) = 30.92%
R=43.64%
G=25.43%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518810700.420.290.41341.926.3646.86
Hex97586B02A1D291561a2f
Octal22713015305235515263257
Binary100101111011000110101101010101110110100110101011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97586B; }

 p { color: rgb(151,88,107); }

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

<style>
 a { background-color: #97586B; }

 a { background-color: rgb(151,88,107); }

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

<style>
 span { border-color: #97586B; }

 span { border-color: rgb(151,88,107); }

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