#898663

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

Shades of Bandicoot #898663

Tints of Bandicoot #898663

Color information

#898663 (or 0x898663) is unknown color: approx Bandicoot. HEX triplet: 89, 86 and 63. RGB value is (137,134,99). Sum of RGB (Red+Green+Blue) = 137+134+99=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #898663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898663 is #76799C. Grayscale: #838383. Windows color (decimal): -7764381 or 6522505. OLE color: 6522505.

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

Color convert

RGB13713499-
CMYK00.020.280.46
HSL55.26º16.1%46.27%-
HSV(B)55.26º27.74%53.73%-
XYZ21.0923.2715.18-
YUV130.91109.99132.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 134 (52.73% from 255) = 36.22%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=37.03%
G=36.22%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371349900.020.280.4655.2616.146.27
Hex898663021C2E37102e
Octal211206143023456672056
Binary100010011000011011000110101110010111011011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898663; }

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

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

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

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

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

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

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

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