#89866D

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

Shades of Bandicoot #89866D

Tints of Bandicoot #89866D

Color information

#89866D (or 0x89866D) is unknown color: approx Bandicoot. HEX triplet: 89, 86 and 6D. RGB value is (137,134,109). Sum of RGB (Red+Green+Blue) = 137+134+109=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #89866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89866D is #767992. Grayscale: #848484. Windows color (decimal): -7764371 or 7177865. OLE color: 7177865.

HSL color Cylindrical-coordinate representation of color #89866D: hue angle of 53.57º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89866D is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB137134109-
CMYK00.020.200.46
HSL53.57º11.38%48.24%-
HSV(B)53.57º20.44%53.73%-
XYZ21.623.4717.86-
YUV132.05114.99131.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.05%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=36.05%
G=35.26%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713410900.020.200.4653.5711.3848.24
Hex89866D02142E36b30
Octal211206155022456661360
Binary10001001100001101101101010101001011101101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89866D; }

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

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

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

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

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

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

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

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