Html Css Color HEX #86886D Bitter

📋 copy color: '#86886D'

red 134 ◦ green 136 ◦ blue 109

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

Shades of Bitter #86886D

Tints of Bitter #86886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.88%

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

R = 35.36%
G = 35.88%
B = 28.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#86886D (or 0x86886D) is known color: Bitter. HEX triplet: 86, 88 and 6D. RGB value is (134,136,109). Sum of RGB (Red+Green+Blue) = 134+136+109=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #86886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86886D is #797792. Grayscale: #848484. Windows color (decimal): -7960467 or 7178374. OLE color: 7178374.

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

Color convert

RGB 134 136 109 -
CMYK 0.01 0 0.20 0.47
HSL 64.44º 0.11% 0.48% -
HSV(B) 64.44º 0.2% 0.53% -
XYZ 21.4 23.78 17.93 -
YUV 132.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 134 136 109 0.01 0 0.20 0.47 64.44 0.11 0.48
Hex 86 88 6D 1 0 14 2F 40 B 30
Octal 206 210 155 1 0 24 57 100 13 60
Binary 10000110 10001000 1101101 1 0 10100 101111 1000000 1011 110000

Color Harmonies of #86886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86886D

Black with #86886D

Text Example


Text Example

White with #86886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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