#86677E

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

Shades of Monsoon #86677E

Tints of Monsoon #86677E

Color information

#86677E (or 0x86677E) is unknown color: approx Monsoon. HEX triplet: 86, 67 and 7E. RGB value is (134,103,126). Sum of RGB (Red+Green+Blue) = 134+103+126=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #86677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86677E is #799881. Grayscale: #727272. Windows color (decimal): -7968898 or 8284038. OLE color: 8284038.

HSL color Cylindrical-coordinate representation of color #86677E: hue angle of 315.48º 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 #86677E is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB134103126-
CMYK00.230.060.47
HSL315.48º13.08%46.47%-
HSV(B)315.48º23.13%52.55%-
XYZ18.4516.2821.91-
YUV114.89134.27141.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 126 (49.61% from 255) = 34.71%
R=36.91%
G=28.37%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410312600.230.060.47315.4813.0846.47
Hex86677E01762F13bd2e
Octal2061471760276574731556
Binary10000110110011111111100101111101011111001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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