#897686

Color #897686 Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #897686

Tints of Monsoon #897686

Color information

#897686 (or 0x897686) is unknown color: approx Monsoon. HEX triplet: 89, 76 and 86. RGB value is (137,118,134). Sum of RGB (Red+Green+Blue) = 137+118+134=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 137 - color contains mainly: red. Hex color #897686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897686 is #768979. Grayscale: #7D7D7D. Windows color (decimal): -7768442 or 8812169. OLE color: 8812169.

HSL color Cylindrical-coordinate representation of color #897686: hue angle of 309.47º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #897686 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB137118134-
CMYK00.140.020.46
HSL309.47º7.45%50%-
HSV(B)309.47º13.87%53.73%-
XYZ21.12025.3-
YUV125.5132.79136.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=35.22%
G=30.33%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711813400.140.020.46309.477.4550
Hex8976860E22E135732
Octal211166206016256465762
Binary100010011110110100001100111010101110100110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897686; }

 p { color: rgb(137,118,134); }

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

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

 a { background-color: rgb(137,118,134); }

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

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

 span { border-color: rgb(137,118,134); }

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