#846D80

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

Shades of Monsoon #846D80

Tints of Monsoon #846D80

Color information

#846D80 (or 0x846D80) is unknown color: approx Monsoon. HEX triplet: 84, 6D and 80. RGB value is (132,109,128). Sum of RGB (Red+Green+Blue) = 132+109+128=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #846D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846D80 is #7B927F. Grayscale: #757575. Windows color (decimal): -8098432 or 8416644. OLE color: 8416644.

HSL color Cylindrical-coordinate representation of color #846D80: hue angle of 310.43º degrees, saturation: 0.1, 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 #846D80 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB132109128-
CMYK00.170.030.48
HSL310.43º9.54%47.25%-
HSV(B)310.43º17.42%51.76%-
XYZ18.8817.422.79-
YUV118.04133.62137.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=35.77%
G=29.54%
B=34.69%

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
Decimal13210912800.170.030.48310.439.5447.25
Hex846D80011330136a2f
Octal2041552000213604661257
Binary10000100110110110000000010001111100001001101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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