#866D7F

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

Shades of Monsoon #866D7F

Tints of Monsoon #866D7F

Color information

#866D7F (or 0x866D7F) is unknown color: approx Monsoon. HEX triplet: 86, 6D and 7F. RGB value is (134,109,127). Sum of RGB (Red+Green+Blue) = 134+109+127=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #866D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D7F is #799280. Grayscale: #767676. Windows color (decimal): -7967361 or 8351110. OLE color: 8351110.

HSL color Cylindrical-coordinate representation of color #866D7F: hue angle of 316.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #866D7F is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB134109127-
CMYK00.190.050.47
HSL316.8º10.29%47.65%-
HSV(B)316.8º18.66%52.55%-
XYZ19.1317.5422.46-
YUV118.53132.78139.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 109 (42.97% from 255) = 29.46%
BLUE value IS 127 (50% from 255) = 34.32%
R=36.22%
G=29.46%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410912700.190.050.47316.810.2947.65
Hex866D7F01352F13da30
Octal2061551770235574751260
Binary10000110110110111111110100111011011111001111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866D7F; }

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

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

<style>
 a { background-color: #866D7F; }

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

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

<style>
 span { border-color: #866D7F; }

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

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