#84697D

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

Shades of Monsoon #84697D

Tints of Monsoon #84697D

Color information

#84697D (or 0x84697D) is unknown color: approx Monsoon. HEX triplet: 84, 69 and 7D. RGB value is (132,105,125). Sum of RGB (Red+Green+Blue) = 132+105+125=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #84697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84697D is #7B9682. Grayscale: #737373. Windows color (decimal): -8099459 or 8219012. OLE color: 8219012.

HSL color Cylindrical-coordinate representation of color #84697D: hue angle of 315.56º 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 #84697D is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB132105125-
CMYK00.200.050.48
HSL315.56º11.39%46.47%-
HSV(B)315.56º20.45%51.76%-
XYZ18.2716.4921.62-
YUV115.35133.45139.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=36.46%
G=29.01%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210512500.200.050.48315.5611.3946.47
Hex84697D01453013cb2e
Octal2041511750245604741356
Binary10000100110100111111010101001011100001001111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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