#8C8763

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

Shades of Bandicoot #8C8763

Tints of Bandicoot #8C8763

Color information

#8C8763 (or 0x8C8763) is unknown color: approx Bandicoot. HEX triplet: 8C, 87 and 63. RGB value is (140,135,99). Sum of RGB (Red+Green+Blue) = 140+135+99=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8763 is #73789C. Grayscale: #848484. Windows color (decimal): -7567517 or 6522764. OLE color: 6522764.

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

Color convert

RGB14013599-
CMYK00.040.290.45
HSL52.68º17.15%46.86%-
HSV(B)52.68º29.29%54.9%-
XYZ21.7323.815.25-
YUV132.39109.16133.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.43%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 99 (39.06% from 255) = 26.47%
R=37.43%
G=36.10%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401359900.040.290.4552.6817.1546.86
Hex8C8763041D2D35112f
Octal214207143043555652157
Binary1000110010000111110001101001110110110111010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,135,99); }

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

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

 a { background-color: rgb(140,135,99); }

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

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

 span { border-color: rgb(140,135,99); }

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