#86677F

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

Shades of Monsoon #86677F

Tints of Monsoon #86677F

Color information

#86677F (or 0x86677F) is unknown color: approx Monsoon. HEX triplet: 86, 67 and 7F. RGB value is (134,103,127). Sum of RGB (Red+Green+Blue) = 134+103+127=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #86677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86677F is #799880. Grayscale: #727272. Windows color (decimal): -7968897 or 8349574. OLE color: 8349574.

HSL color Cylindrical-coordinate representation of color #86677F: hue angle of 313.55º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86677F is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB134103127-
CMYK00.230.050.47
HSL313.55º13.08%46.47%-
HSV(B)313.55º23.13%52.55%-
XYZ18.5116.322.25-
YUV115134.77141.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.81%
GREEN value IS 103 (40.62% from 255) = 28.30%
BLUE value IS 127 (50% from 255) = 34.89%
R=36.81%
G=28.30%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410312700.230.050.47313.5513.0846.47
Hex86677F01752F13ad2e
Octal2061471770275574721556
Binary10000110110011111111110101111011011111001110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86677F; }

 p { color: rgb(134,103,127); }

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

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

 a { background-color: rgb(134,103,127); }

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

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

 span { border-color: rgb(134,103,127); }

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