Html Css Color HEX #86896D Bitter

📋 copy color: '#86896D'

red 134 ◦ green 137 ◦ blue 109

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

Shades of Bitter #86896D

Tints of Bitter #86896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.05%

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

R = 35.26%
G = 36.05%
B = 28.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#86896D (or 0x86896D) is known color: Bitter. HEX triplet: 86, 89 and 6D. RGB value is (134,137,109). Sum of RGB (Red+Green+Blue) = 134+137+109=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 137 - color contains mainly: green. Hex color #86896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86896D is #797692. Grayscale: #858585. Windows color (decimal): -7960211 or 7178630. OLE color: 7178630.

HSL color Cylindrical-coordinate representation of color #86896D: hue angle of 66.43º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #86896D is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 137 109 -
CMYK 0.02 0 0.20 0.46
HSL 66.43º 0.11% 0.48% -
HSV(B) 66.43º 0.2% 0.54% -
XYZ 21.54 24.06 17.98 -
YUV 132.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 134 137 109 0.02 0 0.20 0.46 66.43 0.11 0.48
Hex 86 89 6D 2 0 14 2E 42 B 30
Octal 206 211 155 2 0 24 56 102 13 60
Binary 10000110 10001001 1101101 10 0 10100 101110 1000010 1011 110000

Color Harmonies of #86896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86896D

Black with #86896D

Text Example


Text Example

White with #86896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86896D; }

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

 H1.HeaderClassName
 {
   color: #86896D;
 }
 .AnyTagClassName
 {
   color: #86896D;
 }
</style>

background-color css

<style>
 a { background-color: #86896D; }

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

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

border-color css

<style>
 span { border-color: #86896D; }

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

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