#84856B

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

Shades of Bitter #84856B

Tints of Bitter #84856B

Color information

#84856B (or 0x84856B) is unknown color: approx Bitter. HEX triplet: 84, 85 and 6B. RGB value is (132,133,107). Sum of RGB (Red+Green+Blue) = 132+133+107=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 133 - color contains mainly: green. Hex color #84856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84856B is #7B7A94. Grayscale: #818181. Windows color (decimal): -8092309 or 7046532. OLE color: 7046532.

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

Color convert

RGB132133107-
CMYK0.0100.200.48
HSL62.31º10.83%47.06%-
HSV(B)62.31º19.55%52.16%-
XYZ20.5622.7417.22-
YUV129.74115.17129.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 133 (52.34% from 255) = 35.75%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=35.48%
G=35.75%
B=28.76%

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
Decimal1321331070.0100.200.4862.3110.8347.06
Hex84856B1014303eb2f
Octal204205153102460761357
Binary1000010010000101110101110101001100001111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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