#848B68

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

Shades of Bitter #848B68

Tints of Bitter #848B68

Color information

#848B68 (or 0x848B68) is unknown color: approx Bitter. HEX triplet: 84, 8B and 68. RGB value is (132,139,104). Sum of RGB (Red+Green+Blue) = 132+139+104=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #848B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848B68 is #7B7497. Grayscale: #858585. Windows color (decimal): -8090776 or 6851460. OLE color: 6851460.

HSL color Cylindrical-coordinate representation of color #848B68: hue angle of 72º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #848B68 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB132139104-
CMYK0.0500.250.45
HSL72º14.4%47.65%-
HSV(B)72º25.18%54.51%-
XYZ21.2524.3716.68-
YUV132.92111.68127.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=35.2%
G=37.07%
B=27.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321391040.0500.250.457214.447.65
Hex848B6850192D48e30
Octal2042131505031551101660
Binary1000010010001011110100010101100110110110010001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848B68; }

 p { color: rgb(132,139,104); }

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

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

 a { background-color: rgb(132,139,104); }

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

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

 span { border-color: rgb(132,139,104); }

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