#808060

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

Shades of Bandicoot #808060

Tints of Bandicoot #808060

Color information

#808060 (or 0x808060) is unknown color: approx Bandicoot. HEX triplet: 80, 80 and 60. RGB value is (128,128,96). Sum of RGB (Red+Green+Blue) = 128+128+96=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808060 is #7F7F9F. Grayscale: #7C7C7C. Windows color (decimal): -8355744 or 6324352. OLE color: 6324352.

HSL color Cylindrical-coordinate representation of color #808060: hue angle of 60º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #808060 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB12812896-
CMYK000.250.50
HSL60º14.29%43.92%-
HSV(B)60º25%50.2%-
XYZ18.7320.8714.11-
YUV124.35112130.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812896000.250.506014.2943.92
Hex8080600019323ce2c
Octal200200140003162741654
Binary1000000010000000110000000110011100101111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808060; }

 p { color: rgb(128,128,96); }

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

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

 a { background-color: rgb(128,128,96); }

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

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

 span { border-color: rgb(128,128,96); }

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