#86657D

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

Shades of Monsoon #86657D

Tints of Monsoon #86657D

Color information

#86657D (or 0x86657D) is unknown color: approx Monsoon. HEX triplet: 86, 65 and 7D. RGB value is (134,101,125). Sum of RGB (Red+Green+Blue) = 134+101+125=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #86657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86657D is #799A82. Grayscale: #717171. Windows color (decimal): -7969411 or 8217990. OLE color: 8217990.

HSL color Cylindrical-coordinate representation of color #86657D: hue angle of 316.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86657D is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB134101125-
CMYK00.250.070.47
HSL316.36º14.04%46.08%-
HSV(B)316.36º24.63%52.55%-
XYZ18.1915.8621.5-
YUV113.6134.43142.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=37.22%
G=28.06%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410112500.250.070.47316.3614.0446.08
Hex86657D01972F13ce2e
Octal2061451750317574741656
Binary10000110110010111111010110011111011111001111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,101,125); }

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

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

 a { background-color: rgb(134,101,125); }

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

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

 span { border-color: rgb(134,101,125); }

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