#818160

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

Shades of Bandicoot #818160

Tints of Bandicoot #818160

Color information

#818160 (or 0x818160) is unknown color: approx Bandicoot. HEX triplet: 81, 81 and 60. RGB value is (129,129,96). Sum of RGB (Red+Green+Blue) = 129+129+96=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 129 - color contains mainly: red, green. Hex color #818160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818160 is #7E7E9F. Grayscale: #7D7D7D. Windows color (decimal): -8289952 or 6324609. OLE color: 6324609.

HSL color Cylindrical-coordinate representation of color #818160: hue angle of 60º 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 #818160 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12912996-
CMYK000.260.49
HSL60º14.67%44.12%-
HSV(B)60º25.58%50.59%-
XYZ19.0121.2114.16-
YUV125.24111.5130.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 129 (50.78% from 255) = 36.44%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=36.44%
G=36.44%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912996000.260.496014.6744.12
Hex818160001A313cf2c
Octal201201140003261741754
Binary1000000110000001110000000110101100011111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818160; }

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

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

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

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

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

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

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

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