#86915D

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

Shades of Bitter #86915D

Tints of Bitter #86915D

Color information

#86915D (or 0x86915D) is unknown color: approx Bitter. HEX triplet: 86, 91 and 5D. RGB value is (134,145,93). Sum of RGB (Red+Green+Blue) = 134+145+93=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #86915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86915D is #796EA2. Grayscale: #878787. Windows color (decimal): -7958179 or 6132102. OLE color: 6132102.

HSL color Cylindrical-coordinate representation of color #86915D: hue angle of 72.69º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86915D is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB13414593-
CMYK0.0800.360.43
HSL72.69º21.85%46.67%-
HSV(B)72.69º35.86%56.86%-
XYZ21.9326.1114.24-
YUV135.78103.86126.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.02%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 93 (36.72% from 255) = 25%
R=36.02%
G=38.98%
B=25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145930.0800.360.4372.6921.8546.67
Hex86915D80242B49162f
Octal20622113510044531112657
Binary1000011010010001101110110000100100101011100100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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