#818060

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

Shades of Bandicoot #818060

Tints of Bandicoot #818060

Color information

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

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

Color convert

RGB12912896-
CMYK00.010.260.49
HSL58.18º14.67%44.12%-
HSV(B)58.18º25.58%50.59%-
XYZ18.8820.9514.11-
YUV124.65111.83131.1-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291289600.010.260.4958.1814.6744.12
Hex818060011A313af2c
Octal201200140013261721754
Binary1000000110000000110000001110101100011110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818060; }

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

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

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

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

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

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

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

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