#807E61

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

Shades of Bandicoot #807E61

Tints of Bandicoot #807E61

Color information

#807E61 (or 0x807E61) is unknown color: approx Bandicoot. HEX triplet: 80, 7E and 61. RGB value is (128,126,97). Sum of RGB (Red+Green+Blue) = 128+126+97=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 128 - color contains mainly: red. Hex color #807E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807E61 is #7F819E. Grayscale: #7B7B7B. Windows color (decimal): -8356255 or 6389376. OLE color: 6389376.

HSL color Cylindrical-coordinate representation of color #807E61: hue angle of 56.13º 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 #807E61 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB12812697-
CMYK00.020.240.50
HSL56.13º13.78%44.12%-
HSV(B)56.13º24.22%50.2%-
XYZ18.5220.3714.27-
YUV123.29113.16131.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.47%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 97 (38.28% from 255) = 27.64%
R=36.47%
G=35.90%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281269700.020.240.5056.1313.7844.12
Hex807E6102183238e2c
Octal200176141023062701654
Binary1000000011111101100001010110001100101110001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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