#868C6E

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

Shades of Bitter #868C6E

Tints of Bitter #868C6E

Color information

#868C6E (or 0x868C6E) is unknown color: approx Bitter. HEX triplet: 86, 8C and 6E. RGB value is (134,140,110). Sum of RGB (Red+Green+Blue) = 134+140+110=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 140 - color contains mainly: green. Hex color #868C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868C6E is #797391. Grayscale: #868686. Windows color (decimal): -7959442 or 7244934. OLE color: 7244934.

HSL color Cylindrical-coordinate representation of color #868C6E: hue angle of 72º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #868C6E is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB134140110-
CMYK0.0400.210.45
HSL72º12%49.02%-
HSV(B)72º21.43%54.9%-
XYZ22.0224.9518.41-
YUV134.79114.01127.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 140 (55.08% from 255) = 36.46%
BLUE value IS 110 (43.36% from 255) = 28.65%
R=34.90%
G=36.46%
B=28.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341401100.0400.210.45721249.02
Hex868C6E40152D48c31
Octal2062141564025551101461
Binary1000011010001100110111010001010110110110010001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868C6E; }

 p { color: rgb(134,140,110); }

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

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

 a { background-color: rgb(134,140,110); }

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

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

 span { border-color: rgb(134,140,110); }

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