#867381

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

Shades of Monsoon #867381

Tints of Monsoon #867381

Color information

#867381 (or 0x867381) is unknown color: approx Monsoon. HEX triplet: 86, 73 and 81. RGB value is (134,115,129). Sum of RGB (Red+Green+Blue) = 134+115+129=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 134 - color contains mainly: red. Hex color #867381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867381 is #798C7E. Grayscale: #7A7A7A. Windows color (decimal): -7965823 or 8483718. OLE color: 8483718.

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

Color convert

RGB134115129-
CMYK00.140.040.47
HSL315.79º7.63%48.82%-
HSV(B)315.79º14.18%52.55%-
XYZ19.9218.9123.37-
YUV122.28131.79136.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.45%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=35.45%
G=30.42%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411512900.140.040.47315.797.6348.82
Hex8673810E42F13c831
Octal2061632010164574741061
Binary10000110111001110000001011101001011111001111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867381; }

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

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

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

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

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

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

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

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