#86836B

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

Shades of Bandicoot #86836B

Tints of Bandicoot #86836B

Color information

#86836B (or 0x86836B) is unknown color: approx Bandicoot. HEX triplet: 86, 83 and 6B. RGB value is (134,131,107). Sum of RGB (Red+Green+Blue) = 134+131+107=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #86836B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86836B is #797C94. Grayscale: #818181. Windows color (decimal): -7961749 or 7046022. OLE color: 7046022.

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

Color convert

RGB134131107-
CMYK00.020.200.47
HSL53.33º11.2%47.25%-
HSV(B)53.33º20.15%52.55%-
XYZ20.622.3617.14-
YUV129.16115.49131.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.02%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=36.02%
G=35.22%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413110700.020.200.4753.3311.247.25
Hex86836B02142F35b2f
Octal206203153022457651357
Binary10000110100000111101011010101001011111101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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