#867581

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

Shades of Monsoon #867581

Tints of Monsoon #867581

Color information

#867581 (or 0x867581) is unknown color: approx Monsoon. HEX triplet: 86, 75 and 81. RGB value is (134,117,129). Sum of RGB (Red+Green+Blue) = 134+117+129=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 134 - color contains mainly: red. Hex color #867581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867581 is #798A7E. Grayscale: #7B7B7B. Windows color (decimal): -7965311 or 8484230. OLE color: 8484230.

HSL color Cylindrical-coordinate representation of color #867581: hue angle of 317.65º 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 #867581 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB134117129-
CMYK00.130.040.47
HSL317.65º6.77%49.22%-
HSV(B)317.65º12.69%52.55%-
XYZ20.1619.3823.45-
YUV123.45131.13135.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=35.26%
G=30.79%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411712900.130.040.47317.656.7749.22
Hex8675810D42F13e731
Octal206165201015457476761
Binary1000011011101011000000101101100101111100111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867581; }

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

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

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

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

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

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

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

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