#848660

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

Shades of Bitter #848660

Tints of Bitter #848660

Color information

#848660 (or 0x848660) is unknown color: approx Bitter. HEX triplet: 84, 86 and 60. RGB value is (132,134,96). Sum of RGB (Red+Green+Blue) = 132+134+96=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #848660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848660 is #7B799F. Grayscale: #818181. Windows color (decimal): -8092064 or 6325892. OLE color: 6325892.

HSL color Cylindrical-coordinate representation of color #848660: hue angle of 63.16º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #848660 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13213496-
CMYK0.0100.280.47
HSL63.16º16.52%45.1%-
HSV(B)63.16º28.36%52.55%-
XYZ20.1522.814.41-
YUV129.07109.34130.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=36.46%
G=37.02%
B=26.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132134960.0100.280.4763.1616.5245.1
Hex848660101C2F3f112d
Octal204206140103457772155
Binary10000100100001101100000101110010111111111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848660; }

 p { color: rgb(132,134,96); }

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

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

 a { background-color: rgb(132,134,96); }

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

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

 span { border-color: rgb(132,134,96); }

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