#84697B

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

Shades of Monsoon #84697B

Tints of Monsoon #84697B

Color information

#84697B (or 0x84697B) is unknown color: approx Monsoon. HEX triplet: 84, 69 and 7B. RGB value is (132,105,123). Sum of RGB (Red+Green+Blue) = 132+105+123=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #84697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84697B is #7B9684. Grayscale: #737373. Windows color (decimal): -8099461 or 8087940. OLE color: 8087940.

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

Color convert

RGB132105123-
CMYK00.200.070.48
HSL320º11.39%46.47%-
HSV(B)320º20.45%51.76%-
XYZ18.1416.4420.96-
YUV115.12132.45140.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=36.67%
G=29.17%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210512300.200.070.4832011.3946.47
Hex84697B014730140b2e
Octal2041511730247605001356
Binary10000100110100111110110101001111100001010000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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