#806675

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

Shades of Monsoon #806675

Tints of Monsoon #806675

Color information

#806675 (or 0x806675) is unknown color: approx Monsoon. HEX triplet: 80, 66 and 75. RGB value is (128,102,117). Sum of RGB (Red+Green+Blue) = 128+102+117=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #806675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806675 is #7F998A. Grayscale: #6F6F6F. Windows color (decimal): -8362379 or 7693952. OLE color: 7693952.

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

Color convert

RGB128102117-
CMYK00.200.090.50
HSL325.38º11.3%45.1%-
HSV(B)325.38º20.31%50.2%-
XYZ16.8615.3818.91-
YUV111.48131.11139.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=36.89%
G=29.39%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810211700.200.090.50325.3811.345.1
Hex806675014932145b2d
Octal20014616502411625051355
Binary100000001100110111010101010010011100101010001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806675; }

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

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

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

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

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

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

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

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