#848565

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

Shades of Bitter #848565

Tints of Bitter #848565

Color information

#848565 (or 0x848565) is unknown color: approx Bitter. HEX triplet: 84, 85 and 65. RGB value is (132,133,101). Sum of RGB (Red+Green+Blue) = 132+133+101=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #848565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848565 is #7B7A9A. Grayscale: #818181. Windows color (decimal): -8092315 or 6653316. OLE color: 6653316.

HSL color Cylindrical-coordinate representation of color #848565: hue angle of 61.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #848565 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB132133101-
CMYK0.0100.240.48
HSL61.88º13.68%45.88%-
HSV(B)61.88º24.06%52.16%-
XYZ20.2522.6215.61-
YUV129.05112.17130.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=36.07%
G=36.34%
B=27.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331010.0100.240.4861.8813.6845.88
Hex8485651018303ee2e
Octal204205145103060761656
Binary1000010010000101110010110110001100001111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848565; }

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

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

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

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

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

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

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

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