#8C896A

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

Shades of Bandicoot #8C896A

Tints of Bandicoot #8C896A

Color information

#8C896A (or 0x8C896A) is unknown color: approx Bandicoot. HEX triplet: 8C, 89 and 6A. RGB value is (140,137,106). Sum of RGB (Red+Green+Blue) = 140+137+106=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 140 - color contains mainly: red. Hex color #8C896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C896A is #737695. Grayscale: #868686. Windows color (decimal): -7566998 or 6982028. OLE color: 6982028.

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

Color convert

RGB140137106-
CMYK00.020.240.45
HSL54.71º13.82%48.24%-
HSV(B)54.71º24.29%54.9%-
XYZ22.3624.5117.19-
YUV134.36111.99132.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.55%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=36.55%
G=35.77%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013710600.020.240.4554.7113.8248.24
Hex8C896A02182D37e30
Octal214211152023055671660
Binary10001100100010011101010010110001011011101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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