#806375

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

Shades of Monsoon #806375

Tints of Monsoon #806375

Color information

#806375 (or 0x806375) is unknown color: approx Monsoon. HEX triplet: 80, 63 and 75. RGB value is (128,99,117). Sum of RGB (Red+Green+Blue) = 128+99+117=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #806375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806375 is #7F9C8A. Grayscale: #6D6D6D. Windows color (decimal): -8363147 or 7693184. OLE color: 7693184.

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

Color convert

RGB12899117-
CMYK00.230.090.50
HSL322.76º12.78%44.51%-
HSV(B)322.76º22.66%50.2%-
XYZ16.5714.818.81-
YUV109.72132.11141.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.21%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 117 (46.09% from 255) = 34.01%
R=37.21%
G=28.78%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289911700.230.090.50322.7612.7844.51
Hex806375017932143d2d
Octal20014316502711625031555
Binary100000001100011111010101011110011100101010000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806375; }

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

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

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

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

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

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

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

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