Html Css Color HEX #868B6D Bitter

📋 copy color: '#868B6D'

red 134 ◦ green 139 ◦ blue 109

#868B6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter #868B6D

Tints of Bitter #868B6D

RGB

 RED value IS 134 (52.73% from 255) = 35.08%

 GREEN value IS 139 (54.69% from 255) = 36.39%

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 35.08%
G = 36.39%
B = 28.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#868B6D (or 0x868B6D) is known color: Bitter. HEX triplet: 86, 8B and 6D. RGB value is (134,139,109). Sum of RGB (Red+Green+Blue) = 134+139+109=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 139 - color contains mainly: green. Hex color #868B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B6D is #797492. Grayscale: #868686. Windows color (decimal): -7959699 or 7179142. OLE color: 7179142.

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

Color convert

RGB 134 139 109 -
CMYK 0.04 0 0.22 0.45
HSL 70º 0.12% 0.49% -
HSV(B) 70º 0.22% 0.55% -
XYZ 21.82 24.64 18.07 -
YUV 134.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 134 139 109 0.04 0 0.22 0.45 70 0.12 0.49
Hex 86 8B 6D 4 0 16 2D 46 C 31
Octal 206 213 155 4 0 26 55 106 14 61
Binary 10000110 10001011 1101101 100 0 10110 101101 1000110 1100 110001

Color Harmonies of #868B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868B6D

Black with #868B6D

Text Example


Text Example

White with #868B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #868B6D;
 }
 .AnyTagClassName
 {
   color: #868B6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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