#84697C

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

Shades of Monsoon #84697C

Tints of Monsoon #84697C

Color information

#84697C (or 0x84697C) is unknown color: approx Monsoon. HEX triplet: 84, 69 and 7C. RGB value is (132,105,124). Sum of RGB (Red+Green+Blue) = 132+105+124=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 132 - color contains mainly: red. Hex color #84697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84697C is #7B9683. Grayscale: #737373. Windows color (decimal): -8099460 or 8153476. OLE color: 8153476.

HSL color Cylindrical-coordinate representation of color #84697C: hue angle of 317.78º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84697C is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB132105124-
CMYK00.200.060.48
HSL317.78º11.39%46.47%-
HSV(B)317.78º20.45%51.76%-
XYZ18.2116.4621.29-
YUV115.24132.95139.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=36.57%
G=29.09%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210512400.200.060.48317.7811.3946.47
Hex84697C01463013eb2e
Octal2041511740246604761356
Binary10000100110100111111000101001101100001001111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84697C; }

 p { color: rgb(132,105,124); }

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

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

 a { background-color: rgb(132,105,124); }

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

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

 span { border-color: rgb(132,105,124); }

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