#867682

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

Shades of Monsoon #867682

Tints of Monsoon #867682

Color information

#867682 (or 0x867682) is unknown color: approx Monsoon. HEX triplet: 86, 76 and 82. RGB value is (134,118,130). Sum of RGB (Red+Green+Blue) = 134+118+130=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 134 - color contains mainly: red. Hex color #867682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867682 is #79897D. Grayscale: #7C7C7C. Windows color (decimal): -7965054 or 8550022. OLE color: 8550022.

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

Color convert

RGB134118130-
CMYK00.120.030.47
HSL315º6.35%49.41%-
HSV(B)315º11.94%52.55%-
XYZ20.3419.6423.84-
YUV124.15131.3135.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 130 (51.17% from 255) = 34.03%
R=35.08%
G=30.89%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411813000.120.030.473156.3549.41
Hex8676820C32F13b631
Octal206166202014357473661
Binary100001101110110100000100110011101111100111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867682; }

 p { color: rgb(134,118,130); }

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

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

 a { background-color: rgb(134,118,130); }

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

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

 span { border-color: rgb(134,118,130); }

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