#898565

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

Shades of Bandicoot #898565

Tints of Bandicoot #898565

Color information

#898565 (or 0x898565) is unknown color: approx Bandicoot. HEX triplet: 89, 85 and 65. RGB value is (137,133,101). Sum of RGB (Red+Green+Blue) = 137+133+101=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #898565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898565 is #767A9A. Grayscale: #828282. Windows color (decimal): -7764635 or 6653321. OLE color: 6653321.

HSL color Cylindrical-coordinate representation of color #898565: hue angle of 53.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #898565 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB137133101-
CMYK00.030.260.46
HSL53.33º15.13%46.67%-
HSV(B)53.33º26.28%53.73%-
XYZ21.0523.0315.65-
YUV130.55111.33132.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.93%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=36.93%
G=35.85%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713310100.030.260.4653.3315.1346.67
Hex898565031A2E35f2f
Octal211205145033256651757
Binary10001001100001011100101011110101011101101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898565; }

 p { color: rgb(137,133,101); }

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

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

 a { background-color: rgb(137,133,101); }

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

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

 span { border-color: rgb(137,133,101); }

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