#868861

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

Shades of Bitter #868861

Tints of Bitter #868861

Color information

#868861 (or 0x868861) is unknown color: approx Bitter. HEX triplet: 86, 88 and 61. RGB value is (134,136,97). Sum of RGB (Red+Green+Blue) = 134+136+97=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #868861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868861 is #79779E. Grayscale: #838383. Windows color (decimal): -7960479 or 6391942. OLE color: 6391942.

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

Color convert

RGB13413697-
CMYK0.0100.290.47
HSL63.08º16.74%45.69%-
HSV(B)63.08º28.68%53.33%-
XYZ20.7923.5414.76-
YUV130.96108.84130.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.51%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=36.51%
G=37.06%
B=26.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134136970.0100.290.4763.0816.7445.69
Hex868861101D2F3f112e
Octal206210141103557772156
Binary10000110100010001100001101110110111111111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868861; }

 p { color: rgb(134,136,97); }

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

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

 a { background-color: rgb(134,136,97); }

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

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

 span { border-color: rgb(134,136,97); }

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