#846F80

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

Shades of Monsoon #846F80

Tints of Monsoon #846F80

Color information

#846F80 (or 0x846F80) is unknown color: approx Monsoon. HEX triplet: 84, 6F and 80. RGB value is (132,111,128). Sum of RGB (Red+Green+Blue) = 132+111+128=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #846F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846F80 is #7B907F. Grayscale: #777777. Windows color (decimal): -8097920 or 8417156. OLE color: 8417156.

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

Color convert

RGB132111128-
CMYK00.160.030.48
HSL311.43º8.64%47.65%-
HSV(B)311.43º15.91%51.76%-
XYZ19.117.8322.86-
YUV119.22132.96137.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 111 (43.75% from 255) = 29.92%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=35.58%
G=29.92%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211112800.160.030.48311.438.6447.65
Hex846F80010330137930
Octal2041572000203604671160
Binary10000100110111110000000010000111100001001101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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