#867383

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

Shades of Monsoon #867383

Tints of Monsoon #867383

Color information

#867383 (or 0x867383) is unknown color: approx Monsoon. HEX triplet: 86, 73 and 83. RGB value is (134,115,131). Sum of RGB (Red+Green+Blue) = 134+115+131=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 134 - color contains mainly: red. Hex color #867383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867383 is #798C7C. Grayscale: #7A7A7A. Windows color (decimal): -7965821 or 8614790. OLE color: 8614790.

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

Color convert

RGB134115131-
CMYK00.140.020.47
HSL309.47º7.63%48.82%-
HSV(B)309.47º14.18%52.55%-
XYZ20.0618.9724.08-
YUV122.5132.79136.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 131 (51.56% from 255) = 34.47%
R=35.26%
G=30.26%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411513100.140.020.47309.477.6348.82
Hex8673830E22F135831
Octal2061632030162574651061
Binary1000011011100111000001101110101011111001101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867383; }

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

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

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

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

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

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

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

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