#8C886C

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

Shades of Bandicoot #8C886C

Tints of Bandicoot #8C886C

Color information

#8C886C (or 0x8C886C) is unknown color: approx Bandicoot. HEX triplet: 8C, 88 and 6C. RGB value is (140,136,108). Sum of RGB (Red+Green+Blue) = 140+136+108=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 140 - color contains mainly: red. Hex color #8C886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C886C is #737793. Grayscale: #868686. Windows color (decimal): -7567252 or 7112844. OLE color: 7112844.

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

Color convert

RGB140136108-
CMYK00.030.230.45
HSL52.5º12.9%48.63%-
HSV(B)52.5º22.86%54.9%-
XYZ22.3324.2717.69-
YUV134113.33132.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.46%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=36.46%
G=35.42%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013610800.030.230.4552.512.948.63
Hex8C886C03172D35d31
Octal214210154032755651561
Binary10001100100010001101100011101111011011101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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