#83806C

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

Shades of Bandicoot #83806C

Tints of Bandicoot #83806C

Color information

#83806C (or 0x83806C) is unknown color: approx Bandicoot. HEX triplet: 83, 80 and 6C. RGB value is (131,128,108). Sum of RGB (Red+Green+Blue) = 131+128+108=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 131 - color contains mainly: red. Hex color #83806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83806C is #7C7F93. Grayscale: #7E7E7E. Windows color (decimal): -8159124 or 7110787. OLE color: 7110787.

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

Color convert

RGB131128108-
CMYK00.020.180.49
HSL52.17º9.62%46.86%-
HSV(B)52.17º17.56%51.37%-
XYZ19.7921.3517.26-
YUV126.62117.49131.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=35.69%
G=34.88%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112810800.020.180.4952.179.6246.86
Hex83806C02123134a2f
Octal203200154022261641257
Binary10000011100000001101100010100101100011101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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