#808164

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

Shades of Bandicoot #808164

Tints of Bandicoot #808164

Color information

#808164 (or 0x808164) is unknown color: approx Bandicoot. HEX triplet: 80, 81 and 64. RGB value is (128,129,100). Sum of RGB (Red+Green+Blue) = 128+129+100=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 129 - color contains mainly: green. Hex color #808164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808164 is #7F7E9B. Grayscale: #7D7D7D. Windows color (decimal): -8355484 or 6586752. OLE color: 6586752.

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

Color convert

RGB128129100-
CMYK0.0100.220.49
HSL62.07º12.66%44.9%-
HSV(B)62.07º22.48%50.59%-
XYZ19.0521.2115.15-
YUV125.4113.67129.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=35.85%
G=36.13%
B=28.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281291000.0100.220.4962.0712.6644.9
Hex8081641016313ed2d
Octal200201144102661761555
Binary1000000010000001110010010101101100011111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808164; }

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

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

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

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

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

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

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

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