#86687F

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

Shades of Monsoon #86687F

Tints of Monsoon #86687F

Color information

#86687F (or 0x86687F) is unknown color: approx Monsoon. HEX triplet: 86, 68 and 7F. RGB value is (134,104,127). Sum of RGB (Red+Green+Blue) = 134+104+127=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #86687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86687F is #799780. Grayscale: #737373. Windows color (decimal): -7968641 or 8349830. OLE color: 8349830.

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

Color convert

RGB134104127-
CMYK00.220.050.47
HSL314º12.61%46.67%-
HSV(B)314º22.39%52.55%-
XYZ18.6116.522.28-
YUV115.59134.44141.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 127 (50% from 255) = 34.79%
R=36.71%
G=28.49%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410412700.220.050.4731412.6146.67
Hex86687F01652F13ad2f
Octal2061501770265574721557
Binary10000110110100011111110101101011011111001110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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