#848B69

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

Shades of Bitter #848B69

Tints of Bitter #848B69

Color information

#848B69 (or 0x848B69) is unknown color: approx Bitter. HEX triplet: 84, 8B and 69. RGB value is (132,139,105). Sum of RGB (Red+Green+Blue) = 132+139+105=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #848B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848B69 is #7B7496. Grayscale: #858585. Windows color (decimal): -8090775 or 6916996. OLE color: 6916996.

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

Color convert

RGB132139105-
CMYK0.0500.240.45
HSL72.35º13.93%47.84%-
HSV(B)72.35º24.46%54.51%-
XYZ21.324.3916.95-
YUV133.03112.18127.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 105 (41.41% from 255) = 27.93%
R=35.11%
G=36.97%
B=27.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321391050.0500.240.4572.3513.9347.84
Hex848B6950182D48e30
Octal2042131515030551101660
Binary1000010010001011110100110101100010110110010001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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