#868A65

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

Shades of Bitter #868A65

Tints of Bitter #868A65

Color information

#868A65 (or 0x868A65) is unknown color: approx Bitter. HEX triplet: 86, 8A and 65. RGB value is (134,138,101). Sum of RGB (Red+Green+Blue) = 134+138+101=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 138 - color contains mainly: green. Hex color #868A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868A65 is #79759A. Grayscale: #848484. Windows color (decimal): -7959963 or 6654598. OLE color: 6654598.

HSL color Cylindrical-coordinate representation of color #868A65: hue angle of 66.49º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #868A65 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB134138101-
CMYK0.0300.270.46
HSL66.49º15.48%46.86%-
HSV(B)66.49º26.81%54.12%-
XYZ21.2724.1815.86-
YUV132.59110.17129.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 138 (54.30% from 255) = 37.00%
BLUE value IS 101 (39.84% from 255) = 27.08%
R=35.92%
G=37.00%
B=27.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341381010.0300.270.4666.4915.4846.86
Hex868A65301B2E42f2f
Octal2062121453033561021757
Binary100001101000101011001011101101110111010000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,138,101); }

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

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

 a { background-color: rgb(134,138,101); }

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

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

 span { border-color: rgb(134,138,101); }

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