#898660

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

Shades of Bandicoot #898660

Tints of Bandicoot #898660

Color information

#898660 (or 0x898660) is unknown color: approx Bandicoot. HEX triplet: 89, 86 and 60. RGB value is (137,134,96). Sum of RGB (Red+Green+Blue) = 137+134+96=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 137 - color contains mainly: red. Hex color #898660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898660 is #76799F. Grayscale: #828282. Windows color (decimal): -7764384 or 6325897. OLE color: 6325897.

HSL color Cylindrical-coordinate representation of color #898660: hue angle of 55.61º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #898660 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB13713496-
CMYK00.020.300.46
HSL55.61º17.6%45.69%-
HSV(B)55.61º29.93%53.73%-
XYZ20.9523.2114.44-
YUV130.56108.49132.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.33%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=37.33%
G=36.51%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371349600.020.300.4655.6117.645.69
Hex898660021E2E38122e
Octal211206140023656702256
Binary100010011000011011000000101111010111011100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898660; }

 p { color: rgb(137,134,96); }

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

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

 a { background-color: rgb(137,134,96); }

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

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

 span { border-color: rgb(137,134,96); }

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