#8E8860

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

Shades of Bandicoot #8E8860

Tints of Bandicoot #8E8860

Color information

#8E8860 (or 0x8E8860) is unknown color: approx Bandicoot. HEX triplet: 8E, 88 and 60. RGB value is (142,136,96). Sum of RGB (Red+Green+Blue) = 142+136+96=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8860 is #71779F. Grayscale: #858585. Windows color (decimal): -7436192 or 6326414. OLE color: 6326414.

HSL color Cylindrical-coordinate representation of color #8E8860: hue angle of 52.17º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E8860 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14213696-
CMYK00.040.320.44
HSL52.17º19.33%46.67%-
HSV(B)52.17º32.39%55.69%-
XYZ22.0724.214.57-
YUV133.23106.99134.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.97%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 96 (37.89% from 255) = 25.67%
R=37.97%
G=36.36%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421369600.040.320.4452.1719.3346.67
Hex8E886004202C34132f
Octal216210140044054642357
Binary10001110100010001100000010010000010110011010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E8860; }

 p { color: rgb(142,136,96); }

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

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

 a { background-color: rgb(142,136,96); }

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

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

 span { border-color: rgb(142,136,96); }

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