#86836D

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

Shades of Bandicoot #86836D

Tints of Bandicoot #86836D

Color information

#86836D (or 0x86836D) is unknown color: approx Bandicoot. HEX triplet: 86, 83 and 6D. RGB value is (134,131,109). Sum of RGB (Red+Green+Blue) = 134+131+109=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 134 - color contains mainly: red. Hex color #86836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86836D is #797C92. Grayscale: #818181. Windows color (decimal): -7961747 or 7177094. OLE color: 7177094.

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

Color convert

RGB134131109-
CMYK00.020.190.47
HSL52.8º10.29%47.65%-
HSV(B)52.8º18.66%52.55%-
XYZ20.7122.4117.7-
YUV129.39116.49131.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.83%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=35.83%
G=35.03%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413110900.020.190.4752.810.2947.65
Hex86836D02132F35a30
Octal206203155022357651260
Binary10000110100000111101101010100111011111101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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