#807F61

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

Shades of Bandicoot #807F61

Tints of Bandicoot #807F61

Color information

#807F61 (or 0x807F61) is unknown color: approx Bandicoot. HEX triplet: 80, 7F and 61. RGB value is (128,127,97). Sum of RGB (Red+Green+Blue) = 128+127+97=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 128 - color contains mainly: red. Hex color #807F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807F61 is #7F809E. Grayscale: #7B7B7B. Windows color (decimal): -8355999 or 6389632. OLE color: 6389632.

HSL color Cylindrical-coordinate representation of color #807F61: hue angle of 58.06º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #807F61 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB12812797-
CMYK00.010.240.50
HSL58.06º13.78%44.12%-
HSV(B)58.06º24.22%50.2%-
XYZ18.6520.6314.31-
YUV123.88112.83130.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 97 (38.28% from 255) = 27.56%
R=36.36%
G=36.08%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281279700.010.240.5058.0613.7844.12
Hex807F610118323ae2c
Octal200177141013062721654
Binary100000001111111110000101110001100101110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807F61; }

 p { color: rgb(128,127,97); }

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

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

 a { background-color: rgb(128,127,97); }

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

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

 span { border-color: rgb(128,127,97); }

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