#86836C

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

Shades of Bandicoot #86836C

Tints of Bandicoot #86836C

Color information

#86836C (or 0x86836C) is unknown color: approx Bandicoot. HEX triplet: 86, 83 and 6C. RGB value is (134,131,108). Sum of RGB (Red+Green+Blue) = 134+131+108=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #86836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86836C is #797C93. Grayscale: #818181. Windows color (decimal): -7961748 or 7111558. OLE color: 7111558.

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

Color convert

RGB134131108-
CMYK00.020.190.47
HSL53.08º10.74%47.45%-
HSV(B)53.08º19.4%52.55%-
XYZ20.6522.3817.42-
YUV129.28115.99131.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=35.92%
G=35.12%
B=28.95%

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
Decimal13413110800.020.190.4753.0810.7447.45
Hex86836C02132F35b2f
Octal206203154022357651357
Binary10000110100000111101100010100111011111101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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