#84896D

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

Shades of Bitter #84896D

Tints of Bitter #84896D

Color information

#84896D (or 0x84896D) is unknown color: approx Bitter. HEX triplet: 84, 89 and 6D. RGB value is (132,137,109). Sum of RGB (Red+Green+Blue) = 132+137+109=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #84896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84896D is #7B7692. Grayscale: #848484. Windows color (decimal): -8091283 or 7178628. OLE color: 7178628.

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

Color convert

RGB132137109-
CMYK0.0400.200.46
HSL70.71º11.38%48.24%-
HSV(B)70.71º20.44%53.73%-
XYZ21.2223.917.96-
YUV132.31114.84127.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 137 (53.91% from 255) = 36.24%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=34.92%
G=36.24%
B=28.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321371090.0400.200.4670.7111.3848.24
Hex84896D40142E47b30
Octal2042111554024561071360
Binary1000010010001001110110110001010010111010001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,137,109); }

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

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

 a { background-color: rgb(132,137,109); }

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

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

 span { border-color: rgb(132,137,109); }

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