#868963

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

Shades of Bitter #868963

Tints of Bitter #868963

Color information

#868963 (or 0x868963) is unknown color: approx Bitter. HEX triplet: 86, 89 and 63. RGB value is (134,137,99). Sum of RGB (Red+Green+Blue) = 134+137+99=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #868963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868963 is #79769C. Grayscale: #838383. Windows color (decimal): -7960221 or 6523270. OLE color: 6523270.

HSL color Cylindrical-coordinate representation of color #868963: hue angle of 64.74º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #868963 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13413799-
CMYK0.0200.280.46
HSL64.74º16.1%46.27%-
HSV(B)64.74º27.74%53.73%-
XYZ21.0323.8615.3-
YUV131.77109.51129.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=36.22%
G=37.03%
B=26.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134137990.0200.280.4664.7416.146.27
Hex868963201C2E41102e
Octal2062111432034561012056
Binary1000011010001001110001110011100101110100000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868963; }

 p { color: rgb(134,137,99); }

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

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

 a { background-color: rgb(134,137,99); }

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

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

 span { border-color: rgb(134,137,99); }

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