#848961

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

Shades of Bitter #848961

Tints of Bitter #848961

Color information

#848961 (or 0x848961) is unknown color: approx Bitter. HEX triplet: 84, 89 and 61. RGB value is (132,137,97). Sum of RGB (Red+Green+Blue) = 132+137+97=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #848961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848961 is #7B769E. Grayscale: #838383. Windows color (decimal): -8091295 or 6392196. OLE color: 6392196.

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

Color convert

RGB13213797-
CMYK0.0400.290.46
HSL67.5º17.09%45.88%-
HSV(B)67.5º29.2%53.73%-
XYZ20.6223.6614.79-
YUV130.94108.84128.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=36.07%
G=37.43%
B=26.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132137970.0400.290.4667.517.0945.88
Hex848961401D2E44112e
Octal2042111414035561042156
Binary10000100100010011100001100011101101110100010010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848961; }

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

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

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

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

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

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

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

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