#8C865B

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

Shades of Bandicoot #8C865B

Tints of Bandicoot #8C865B

Color information

#8C865B (or 0x8C865B) is unknown color: approx Bandicoot. HEX triplet: 8C, 86 and 5B. RGB value is (140,134,91). Sum of RGB (Red+Green+Blue) = 140+134+91=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C865B is #7379A4. Grayscale: #838383. Windows color (decimal): -7567781 or 5998220. OLE color: 5998220.

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

Color convert

RGB14013491-
CMYK00.040.350.45
HSL52.65º21.21%45.29%-
HSV(B)52.65º35%54.9%-
XYZ21.2323.3813.29-
YUV130.89105.49134.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.36%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 91 (35.94% from 255) = 24.93%
R=38.36%
G=36.71%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401349100.040.350.4552.6521.2145.29
Hex8C865B04232D35152d
Octal214206133044355652555
Binary10001100100001101011011010010001110110111010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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