#84866E

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

Shades of Bitter #84866E

Tints of Bitter #84866E

Color information

#84866E (or 0x84866E) is unknown color: approx Bitter. HEX triplet: 84, 86 and 6E. RGB value is (132,134,110). Sum of RGB (Red+Green+Blue) = 132+134+110=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #84866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84866E is #7B7991. Grayscale: #828282. Windows color (decimal): -8092050 or 7243396. OLE color: 7243396.

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

Color convert

RGB132134110-
CMYK0.0100.180.47
HSL65º9.84%47.84%-
HSV(B)65º17.91%52.55%-
XYZ20.8623.0818.11-
YUV130.67116.34128.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=35.11%
G=35.64%
B=29.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321341100.0100.180.47659.8447.84
Hex84866E10122F41a30
Octal2042061561022571011260
Binary10000100100001101101110101001010111110000011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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