#84856A

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

Shades of Bitter #84856A

Tints of Bitter #84856A

Color information

#84856A (or 0x84856A) is unknown color: approx Bitter. HEX triplet: 84, 85 and 6A. RGB value is (132,133,106). Sum of RGB (Red+Green+Blue) = 132+133+106=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 133 - color contains mainly: green. Hex color #84856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84856A is #7B7A95. Grayscale: #818181. Windows color (decimal): -8092310 or 6980996. OLE color: 6980996.

HSL color Cylindrical-coordinate representation of color #84856A: hue angle of 62.22º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84856A is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB132133106-
CMYK0.0100.200.48
HSL62.22º11.3%46.86%-
HSV(B)62.22º20.3%52.16%-
XYZ20.522.7216.94-
YUV129.62114.67129.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=35.58%
G=35.85%
B=28.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331060.0100.200.4862.2211.346.86
Hex84856A1014303eb2f
Octal204205152102460761357
Binary1000010010000101110101010101001100001111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84856A; }

 p { color: rgb(132,133,106); }

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

<style>
 a { background-color: #84856A; }

 a { background-color: rgb(132,133,106); }

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

<style>
 span { border-color: #84856A; }

 span { border-color: rgb(132,133,106); }

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