#8C896C

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

Shades of Bandicoot #8C896C

Tints of Bandicoot #8C896C

Color information

#8C896C (or 0x8C896C) is unknown color: approx Bandicoot. HEX triplet: 8C, 89 and 6C. RGB value is (140,137,108). Sum of RGB (Red+Green+Blue) = 140+137+108=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 140 - color contains mainly: red. Hex color #8C896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C896C is #737693. Grayscale: #868686. Windows color (decimal): -7566996 or 7113100. OLE color: 7113100.

HSL color Cylindrical-coordinate representation of color #8C896C: hue angle of 54.38º 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 #8C896C is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB140137108-
CMYK00.020.230.45
HSL54.38º12.9%48.63%-
HSV(B)54.38º22.86%54.9%-
XYZ22.4724.5517.74-
YUV134.59112.99131.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.36%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=36.36%
G=35.58%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013710800.020.230.4554.3812.948.63
Hex8C896C02172D36d31
Octal214211154022755661561
Binary10001100100010011101100010101111011011101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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