#808160

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

Shades of Bandicoot #808160

Tints of Bandicoot #808160

Color information

#808160 (or 0x808160) is unknown color: approx Bandicoot. HEX triplet: 80, 81 and 60. RGB value is (128,129,96). Sum of RGB (Red+Green+Blue) = 128+129+96=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 129 - color contains mainly: green. Hex color #808160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808160 is #7F7E9F. Grayscale: #7D7D7D. Windows color (decimal): -8355488 or 6324608. OLE color: 6324608.

HSL color Cylindrical-coordinate representation of color #808160: hue angle of 61.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #808160 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12812996-
CMYK0.0100.260.49
HSL61.82º14.67%44.12%-
HSV(B)61.82º25.58%50.59%-
XYZ18.8621.1314.15-
YUV124.94111.67130.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=36.26%
G=36.54%
B=27.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128129960.0100.260.4961.8214.6744.12
Hex808160101A313ef2c
Octal200201140103261761754
Binary1000000010000001110000010110101100011111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808160; }

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

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

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

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

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

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

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

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