#8C886A

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

Shades of Bandicoot #8C886A

Tints of Bandicoot #8C886A

Color information

#8C886A (or 0x8C886A) is unknown color: approx Bandicoot. HEX triplet: 8C, 88 and 6A. RGB value is (140,136,106). Sum of RGB (Red+Green+Blue) = 140+136+106=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 140 - color contains mainly: red. Hex color #8C886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C886A is #737795. Grayscale: #858585. Windows color (decimal): -7567254 or 6981772. OLE color: 6981772.

HSL color Cylindrical-coordinate representation of color #8C886A: hue angle of 52.94º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C886A is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB140136106-
CMYK00.030.240.45
HSL52.94º13.82%48.24%-
HSV(B)52.94º24.29%54.9%-
XYZ22.2224.2217.14-
YUV133.78112.33132.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.65%
GREEN value IS 136 (53.52% from 255) = 35.60%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=36.65%
G=35.60%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013610600.030.240.4552.9413.8248.24
Hex8C886A03182D35e30
Octal214210152033055651660
Binary10001100100010001101010011110001011011101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,136,106); }

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

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

 a { background-color: rgb(140,136,106); }

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

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

 span { border-color: rgb(140,136,106); }

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