#868E6E

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

Shades of Bitter #868E6E

Tints of Bitter #868E6E

Color information

#868E6E (or 0x868E6E) is unknown color: approx Bitter. HEX triplet: 86, 8E and 6E. RGB value is (134,142,110). Sum of RGB (Red+Green+Blue) = 134+142+110=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 142 - color contains mainly: green. Hex color #868E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868E6E is #797191. Grayscale: #888888. Windows color (decimal): -7958930 or 7245446. OLE color: 7245446.

HSL color Cylindrical-coordinate representation of color #868E6E: hue angle of 75º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #868E6E is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB134142110-
CMYK0.0600.230.44
HSL75º12.7%49.41%-
HSV(B)75º22.54%55.69%-
XYZ22.3225.5418.51-
YUV135.96113.35126.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 142 (55.86% from 255) = 36.79%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=34.72%
G=36.79%
B=28.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341421100.0600.230.447512.749.41
Hex868E6E60172C4bd31
Octal2062161566027541131561
Binary1000011010001110110111011001011110110010010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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