#86886D

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

Shades of Bitter #86886D

Tints of Bitter #86886D

Color information

#86886D (or 0x86886D) is unknown color: approx 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

RGB134136109-
CMYK0.0100.200.47
HSL64.44º11.02%48.04%-
HSV(B)64.44º19.85%53.33%-
XYZ21.423.7817.93-
YUV132.32114.84129.2-

RGB Variations

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

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 (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341361090.0100.200.4764.4411.0248.04
Hex86886D10142F40b30
Octal2062101551024571001360
Binary10000110100010001101101101010010111110000001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>