#806575

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

Shades of Monsoon #806575

Tints of Monsoon #806575

Color information

#806575 (or 0x806575) is unknown color: approx Monsoon. HEX triplet: 80, 65 and 75. RGB value is (128,101,117). Sum of RGB (Red+Green+Blue) = 128+101+117=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 128 - color contains mainly: red. Hex color #806575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806575 is #7F9A8A. Grayscale: #6E6E6E. Windows color (decimal): -8362635 or 7693696. OLE color: 7693696.

HSL color Cylindrical-coordinate representation of color #806575: hue angle of 324.44º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #806575 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB128101117-
CMYK00.210.090.50
HSL324.44º11.79%44.9%-
HSV(B)324.44º21.09%50.2%-
XYZ16.7715.1818.88-
YUV110.9131.45140.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.99%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=36.99%
G=29.19%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810111700.210.090.50324.4411.7944.9
Hex806575015932144c2d
Octal20014516502511625041455
Binary100000001100101111010101010110011100101010001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806575; }

 p { color: rgb(128,101,117); }

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

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

 a { background-color: rgb(128,101,117); }

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

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

 span { border-color: rgb(128,101,117); }

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