#84876E

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

Shades of Bitter #84876E

Tints of Bitter #84876E

Color information

#84876E (or 0x84876E) is unknown color: approx Bitter. HEX triplet: 84, 87 and 6E. RGB value is (132,135,110). Sum of RGB (Red+Green+Blue) = 132+135+110=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #84876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84876E is #7B7891. Grayscale: #838383. Windows color (decimal): -8091794 or 7243652. OLE color: 7243652.

HSL color Cylindrical-coordinate representation of color #84876E: hue angle of 67.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84876E is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB132135110-
CMYK0.0200.190.47
HSL67.2º10.2%48.04%-
HSV(B)67.2º18.52%52.94%-
XYZ20.9923.3618.15-
YUV131.25116.01128.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=35.01%
G=35.81%
B=29.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321351100.0200.190.4767.210.248.04
Hex84876E20132F43a30
Octal2042071562023571031260
Binary100001001000011111011101001001110111110000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84876E; }

 p { color: rgb(132,135,110); }

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

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

 a { background-color: rgb(132,135,110); }

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

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

 span { border-color: rgb(132,135,110); }

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