#867081

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

Shades of Monsoon #867081

Tints of Monsoon #867081

Color information

#867081 (or 0x867081) is unknown color: approx Monsoon. HEX triplet: 86, 70 and 81. RGB value is (134,112,129). Sum of RGB (Red+Green+Blue) = 134+112+129=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #867081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867081 is #798F7E. Grayscale: #787878. Windows color (decimal): -7966591 or 8482950. OLE color: 8482950.

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

Color convert

RGB134112129-
CMYK00.160.040.47
HSL313.64º8.94%48.24%-
HSV(B)313.64º16.42%52.55%-
XYZ19.5918.2423.26-
YUV120.52132.79137.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 129 (50.78% from 255) = 34.4%
R=35.73%
G=29.87%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411212900.160.040.47313.648.9448.24
Hex86708101042F13a930
Octal2061602010204574721160
Binary100001101110000100000010100001001011111001110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867081; }

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

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

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

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

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

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

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

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