#836F80

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

Shades of Monsoon #836F80

Tints of Monsoon #836F80

Color information

#836F80 (or 0x836F80) is unknown color: approx Monsoon. HEX triplet: 83, 6F and 80. RGB value is (131,111,128). Sum of RGB (Red+Green+Blue) = 131+111+128=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #836F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F80 is #7C907F. Grayscale: #767676. Windows color (decimal): -8163456 or 8417155. OLE color: 8417155.

HSL color Cylindrical-coordinate representation of color #836F80: hue angle of 309º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #836F80 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB131111128-
CMYK00.150.020.49
HSL309º8.26%47.45%-
HSV(B)309º15.27%51.37%-
XYZ18.9417.7522.85-
YUV118.92133.13136.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=35.41%
G=30%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111112800.150.020.493098.2647.45
Hex836F800F23113582f
Octal2031572000172614651057
Binary1000001111011111000000001111101100011001101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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