#846E80

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

Shades of Monsoon #846E80

Tints of Monsoon #846E80

Color information

#846E80 (or 0x846E80) is unknown color: approx Monsoon. HEX triplet: 84, 6E and 80. RGB value is (132,110,128). Sum of RGB (Red+Green+Blue) = 132+110+128=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 132 - color contains mainly: red. Hex color #846E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846E80 is #7B917F. Grayscale: #767676. Windows color (decimal): -8098176 or 8416900. OLE color: 8416900.

HSL color Cylindrical-coordinate representation of color #846E80: hue angle of 310.91º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #846E80 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB132110128-
CMYK00.170.030.48
HSL310.91º9.09%47.45%-
HSV(B)310.91º16.67%51.76%-
XYZ18.9917.6222.82-
YUV118.63133.29137.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 110 (43.36% from 255) = 29.73%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=35.68%
G=29.73%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211012800.170.030.48310.919.0947.45
Hex846E8001133013792f
Octal2041562000213604671157
Binary10000100110111010000000010001111100001001101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846E80; }

 p { color: rgb(132,110,128); }

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

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

 a { background-color: rgb(132,110,128); }

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

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

 span { border-color: rgb(132,110,128); }

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