#86916A

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

Shades of Bitter #86916A

Tints of Bitter #86916A

Color information

#86916A (or 0x86916A) is unknown color: approx Bitter. HEX triplet: 86, 91 and 6A. RGB value is (134,145,106). Sum of RGB (Red+Green+Blue) = 134+145+106=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #86916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86916A is #796E95. Grayscale: #898989. Windows color (decimal): -7958166 or 6984070. OLE color: 6984070.

HSL color Cylindrical-coordinate representation of color #86916A: hue angle of 76.92º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86916A is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB134145106-
CMYK0.0800.270.43
HSL76.92º15.54%49.22%-
HSV(B)76.92º26.9%56.86%-
XYZ22.5626.3617.53-
YUV137.26110.36125.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=34.81%
G=37.66%
B=27.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341451060.0800.270.4376.9215.5449.22
Hex86916A801B2B4d1031
Octal20622115210033531152061
Binary100001101001000111010101000011011101011100110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86916A; }

 p { color: rgb(134,145,106); }

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

<style>
 a { background-color: #86916A; }

 a { background-color: rgb(134,145,106); }

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

<style>
 span { border-color: #86916A; }

 span { border-color: rgb(134,145,106); }

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