#868F6F

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

Shades of Bitter #868F6F

Tints of Bitter #868F6F

Color information

#868F6F (or 0x868F6F) is unknown color: approx Bitter. HEX triplet: 86, 8F and 6F. RGB value is (134,143,111). Sum of RGB (Red+Green+Blue) = 134+143+111=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 143 - color contains mainly: green. Hex color #868F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868F6F is #797090. Grayscale: #888888. Windows color (decimal): -7958673 or 7311238. OLE color: 7311238.

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

Color convert

RGB134143111-
CMYK0.0600.220.44
HSL76.87º12.6%49.8%-
HSV(B)76.87º22.38%56.08%-
XYZ22.5225.8618.84-
YUV136.66113.52126.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.54%
GREEN value IS 143 (56.25% from 255) = 36.86%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=34.54%
G=36.86%
B=28.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341431110.0600.220.4476.8712.649.8
Hex868F6F60162C4dd32
Octal2062171576026541151562
Binary1000011010001111110111111001011010110010011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,143,111); }

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

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

 a { background-color: rgb(134,143,111); }

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

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

 span { border-color: rgb(134,143,111); }

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