#868B65

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

Shades of Bitter #868B65

Tints of Bitter #868B65

Color information

#868B65 (or 0x868B65) is unknown color: approx Bitter. HEX triplet: 86, 8B and 65. RGB value is (134,139,101). Sum of RGB (Red+Green+Blue) = 134+139+101=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 139 - color contains mainly: green. Hex color #868B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B65 is #79749A. Grayscale: #858585. Windows color (decimal): -7959707 or 6654854. OLE color: 6654854.

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

Color convert

RGB134139101-
CMYK0.0400.270.45
HSL67.89º15.83%47.06%-
HSV(B)67.89º27.34%54.51%-
XYZ21.4124.4715.91-
YUV133.17109.84128.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.83%
GREEN value IS 139 (54.69% from 255) = 37.17%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=35.83%
G=37.17%
B=27.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341391010.0400.270.4567.8915.8347.06
Hex868B65401B2D44102f
Octal2062131454033551042057
Binary10000110100010111100101100011011101101100010010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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