#898766

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

Shades of Bandicoot #898766

Tints of Bandicoot #898766

Color information

#898766 (or 0x898766) is unknown color: approx Bandicoot. HEX triplet: 89, 87 and 66. RGB value is (137,135,102). Sum of RGB (Red+Green+Blue) = 137+135+102=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #898766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898766 is #767899. Grayscale: #838383. Windows color (decimal): -7764122 or 6719369. OLE color: 6719369.

HSL color Cylindrical-coordinate representation of color #898766: hue angle of 56.57º 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 #898766 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB137135102-
CMYK00.010.260.46
HSL56.57º14.64%46.86%-
HSV(B)56.57º25.55%53.73%-
XYZ21.3823.6116-
YUV131.84111.16131.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 102 (40.23% from 255) = 27.27%
R=36.63%
G=36.10%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713510200.010.260.4656.5714.6446.86
Hex898766011A2E39f2f
Octal211207146013256711757
Binary1000100110000111110011001110101011101110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898766; }

 p { color: rgb(137,135,102); }

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

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

 a { background-color: rgb(137,135,102); }

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

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

 span { border-color: rgb(137,135,102); }

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