#86836E

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

Shades of Bandicoot #86836E

Tints of Bandicoot #86836E

Color information

#86836E (or 0x86836E) is unknown color: approx Bandicoot. HEX triplet: 86, 83 and 6E. RGB value is (134,131,110). Sum of RGB (Red+Green+Blue) = 134+131+110=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #86836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86836E is #797C91. Grayscale: #818181. Windows color (decimal): -7961746 or 7242630. OLE color: 7242630.

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

Color convert

RGB134131110-
CMYK00.020.180.47
HSL52.5º9.84%47.84%-
HSV(B)52.5º17.91%52.55%-
XYZ20.7622.4317.99-
YUV129.5116.99131.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=35.73%
G=34.93%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413111000.020.180.4752.59.8447.84
Hex86836E02122F35a30
Octal206203156022257651260
Binary10000110100000111101110010100101011111101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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