#848D6C

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

Shades of Bitter #848D6C

Tints of Bitter #848D6C

Color information

#848D6C (or 0x848D6C) is unknown color: approx Bitter. HEX triplet: 84, 8D and 6C. RGB value is (132,141,108). Sum of RGB (Red+Green+Blue) = 132+141+108=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 141 - color contains mainly: green. Hex color #848D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D6C is #7B7293. Grayscale: #868686. Windows color (decimal): -8090260 or 7114116. OLE color: 7114116.

HSL color Cylindrical-coordinate representation of color #848D6C: hue angle of 76.36º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #848D6C is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB132141108-
CMYK0.0600.230.45
HSL76.36º13.25%48.82%-
HSV(B)76.36º23.4%55.29%-
XYZ21.7525.0417.87-
YUV134.55113.02126.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 141 (55.47% from 255) = 37.01%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=34.65%
G=37.01%
B=28.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321411080.0600.230.4576.3613.2548.82
Hex848D6C60172D4cd31
Octal2042151546027551141561
Binary1000010010001101110110011001011110110110011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,141,108); }

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

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

 a { background-color: rgb(132,141,108); }

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

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

 span { border-color: rgb(132,141,108); }

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