#867584

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

Shades of Monsoon #867584

Tints of Monsoon #867584

Color information

#867584 (or 0x867584) is unknown color: approx Monsoon. HEX triplet: 86, 75 and 84. RGB value is (134,117,132). Sum of RGB (Red+Green+Blue) = 134+117+132=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 134 - color contains mainly: red. Hex color #867584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867584 is #798A7B. Grayscale: #7B7B7B. Windows color (decimal): -7965308 or 8680838. OLE color: 8680838.

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

Color convert

RGB134117132-
CMYK00.130.010.47
HSL307.06º6.77%49.22%-
HSV(B)307.06º12.69%52.55%-
XYZ20.3619.4624.51-
YUV123.79132.63135.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.99%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 132 (51.95% from 255) = 34.46%
R=34.99%
G=30.55%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411713200.130.010.47307.066.7749.22
Hex8675840D12F133731
Octal206165204015157463761
Binary10000110111010110000100011011101111100110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867584; }

 p { color: rgb(134,117,132); }

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

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

 a { background-color: rgb(134,117,132); }

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

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

 span { border-color: rgb(134,117,132); }

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