#848B66

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

Shades of Bitter #848B66

Tints of Bitter #848B66

Color information

#848B66 (or 0x848B66) is unknown color: approx Bitter. HEX triplet: 84, 8B and 66. RGB value is (132,139,102). Sum of RGB (Red+Green+Blue) = 132+139+102=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 139 - color contains mainly: green. Hex color #848B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848B66 is #7B7499. Grayscale: #848484. Windows color (decimal): -8090778 or 6720388. OLE color: 6720388.

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

Color convert

RGB132139102-
CMYK0.0500.270.45
HSL71.35º15.35%47.25%-
HSV(B)71.35º26.62%54.51%-
XYZ21.1524.3316.15-
YUV132.69110.68127.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 139 (54.69% from 255) = 37.27%
BLUE value IS 102 (40.23% from 255) = 27.35%
R=35.39%
G=37.27%
B=27.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321391020.0500.270.4571.3515.3547.25
Hex848B66501B2D47f2f
Octal2042131465033551071757
Binary1000010010001011110011010101101110110110001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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