#86836F

Color #86836F Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #86836F

Tints of Bandicoot #86836F

Color information

#86836F (or 0x86836F) is unknown color: approx Bandicoot. HEX triplet: 86, 83 and 6F. RGB value is (134,131,111). Sum of RGB (Red+Green+Blue) = 134+131+111=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #86836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86836F is #797C90. Grayscale: #818181. Windows color (decimal): -7961745 or 7308166. OLE color: 7308166.

HSL color Cylindrical-coordinate representation of color #86836F: hue angle of 52.17º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86836F is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB134131111-
CMYK00.020.170.47
HSL52.17º9.39%48.04%-
HSV(B)52.17º17.16%52.55%-
XYZ20.8222.4518.27-
YUV129.62117.49131.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=35.64%
G=34.84%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413111100.020.170.4752.179.3948.04
Hex86836F02112F34930
Octal206203157022157641160
Binary10000110100000111101111010100011011111101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86836F; }

 p { color: rgb(134,131,111); }

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

<style>
 a { background-color: #86836F; }

 a { background-color: rgb(134,131,111); }

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

<style>
 span { border-color: #86836F; }

 span { border-color: rgb(134,131,111); }

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