#86836A

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

Shades of Bandicoot #86836A

Tints of Bandicoot #86836A

Color information

#86836A (or 0x86836A) is unknown color: approx Bandicoot. HEX triplet: 86, 83 and 6A. RGB value is (134,131,106). Sum of RGB (Red+Green+Blue) = 134+131+106=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #86836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86836A is #797C95. Grayscale: #818181. Windows color (decimal): -7961750 or 6980486. OLE color: 6980486.

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

Color convert

RGB134131106-
CMYK00.020.210.47
HSL53.57º11.67%47.06%-
HSV(B)53.57º20.9%52.55%-
XYZ20.5522.3416.86-
YUV129.05114.99131.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=36.12%
G=35.31%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413110600.020.210.4753.5711.6747.06
Hex86836A02152F36c2f
Octal206203152022557661457
Binary10000110100000111101010010101011011111101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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