#86835A

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

Shades of Bandicoot #86835A

Tints of Bandicoot #86835A

Color information

#86835A (or 0x86835A) is unknown color: approx Bandicoot. HEX triplet: 86, 83 and 5A. RGB value is (134,131,90). Sum of RGB (Red+Green+Blue) = 134+131+90=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #86835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86835A is #797CA5. Grayscale: #7F7F7F. Windows color (decimal): -7961766 or 5931910. OLE color: 5931910.

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

Color convert

RGB13413190-
CMYK00.020.330.47
HSL55.91º19.64%43.92%-
HSV(B)55.91º32.84%52.55%-
XYZ19.7922.0412.88-
YUV127.22106.99132.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=37.75%
G=36.90%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341319000.020.330.4755.9119.6443.92
Hex86835A02212F38142c
Octal206203132024157702454
Binary1000011010000011101101001010000110111111100010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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