#86667E

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

Shades of Monsoon #86667E

Tints of Monsoon #86667E

Color information

#86667E (or 0x86667E) is unknown color: approx Monsoon. HEX triplet: 86, 66 and 7E. RGB value is (134,102,126). Sum of RGB (Red+Green+Blue) = 134+102+126=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #86667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86667E is #799981. Grayscale: #727272. Windows color (decimal): -7969154 or 8283782. OLE color: 8283782.

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

Color convert

RGB134102126-
CMYK00.240.060.47
HSL315º13.56%46.27%-
HSV(B)315º23.88%52.55%-
XYZ18.3516.0821.87-
YUV114.3134.6142.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 102 (40.23% from 255) = 28.18%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=37.02%
G=28.18%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410212600.240.060.4731513.5646.27
Hex86667E01862F13be2e
Octal2061461760306574731656
Binary10000110110011011111100110001101011111001110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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