#848861

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

Shades of Bitter #848861

Tints of Bitter #848861

Color information

#848861 (or 0x848861) is unknown color: approx Bitter. HEX triplet: 84, 88 and 61. RGB value is (132,136,97). Sum of RGB (Red+Green+Blue) = 132+136+97=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #848861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848861 is #7B779E. Grayscale: #828282. Windows color (decimal): -8091551 or 6391940. OLE color: 6391940.

HSL color Cylindrical-coordinate representation of color #848861: hue angle of 66.15º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #848861 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13213697-
CMYK0.0300.290.47
HSL66.15º16.74%45.69%-
HSV(B)66.15º28.68%53.33%-
XYZ20.4823.3814.74-
YUV130.36109.17129.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 136 (53.52% from 255) = 37.26%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=36.16%
G=37.26%
B=26.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132136970.0300.290.4766.1516.7445.69
Hex848861301D2F42112e
Octal2042101413035571022156
Binary1000010010001000110000111011101101111100001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848861; }

 p { color: rgb(132,136,97); }

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

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

 a { background-color: rgb(132,136,97); }

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

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

 span { border-color: rgb(132,136,97); }

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