#868764

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

Shades of Bitter #868764

Tints of Bitter #868764

Color information

#868764 (or 0x868764) is unknown color: approx Bitter. HEX triplet: 86, 87 and 64. RGB value is (134,135,100). Sum of RGB (Red+Green+Blue) = 134+135+100=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #868764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868764 is #79789B. Grayscale: #828282. Windows color (decimal): -7960732 or 6588294. OLE color: 6588294.

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

Color convert

RGB134135100-
CMYK0.0100.260.47
HSL61.71º14.89%46.08%-
HSV(B)61.71º25.93%52.94%-
XYZ20.823.3215.46-
YUV130.71110.67130.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 100 (39.45% from 255) = 27.10%
R=36.31%
G=36.59%
B=27.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341351000.0100.260.4761.7114.8946.08
Hex868764101A2F3ef2e
Octal206207144103257761756
Binary1000011010000111110010010110101011111111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868764; }

 p { color: rgb(134,135,100); }

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

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

 a { background-color: rgb(134,135,100); }

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

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

 span { border-color: rgb(134,135,100); }

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