#8C865E

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

Shades of Bandicoot #8C865E

Tints of Bandicoot #8C865E

Color information

#8C865E (or 0x8C865E) is unknown color: approx Bandicoot. HEX triplet: 8C, 86 and 5E. RGB value is (140,134,94). Sum of RGB (Red+Green+Blue) = 140+134+94=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C865E is #7379A1. Grayscale: #838383. Windows color (decimal): -7567778 or 6194828. OLE color: 6194828.

HSL color Cylindrical-coordinate representation of color #8C865E: hue angle of 52.17º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C865E is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB14013494-
CMYK00.040.330.45
HSL52.17º19.66%45.88%-
HSV(B)52.17º32.86%54.9%-
XYZ21.3623.4313.99-
YUV131.23106.99134.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.04%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 94 (37.11% from 255) = 25.54%
R=38.04%
G=36.41%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401349400.040.330.4552.1719.6645.88
Hex8C865E04212D34142e
Octal214206136044155642456
Binary10001100100001101011110010010000110110111010010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,134,94); }

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

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

 a { background-color: rgb(140,134,94); }

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

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

 span { border-color: rgb(140,134,94); }

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