#82806C

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

Shades of Bandicoot #82806C

Tints of Bandicoot #82806C

Color information

#82806C (or 0x82806C) is unknown color: approx Bandicoot. HEX triplet: 82, 80 and 6C. RGB value is (130,128,108). Sum of RGB (Red+Green+Blue) = 130+128+108=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 130 - color contains mainly: red. Hex color #82806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82806C is #7D7F93. Grayscale: #7E7E7E. Windows color (decimal): -8224660 or 7110786. OLE color: 7110786.

HSL color Cylindrical-coordinate representation of color #82806C: hue angle of 54.55º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82806C is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB130128108-
CMYK00.020.170.49
HSL54.55º9.24%46.67%-
HSV(B)54.55º16.92%50.98%-
XYZ19.6321.2717.26-
YUV126.32117.66130.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 108 (42.58% from 255) = 29.51%
R=35.52%
G=34.97%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012810800.020.170.4954.559.2446.67
Hex82806C0211313792f
Octal202200154022161671157
Binary10000010100000001101100010100011100011101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82806C; }

 p { color: rgb(130,128,108); }

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

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

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

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

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

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

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