#8A866E

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

Shades of Bandicoot #8A866E

Tints of Bandicoot #8A866E

Color information

#8A866E (or 0x8A866E) is unknown color: approx Bandicoot. HEX triplet: 8A, 86 and 6E. RGB value is (138,134,110). Sum of RGB (Red+Green+Blue) = 138+134+110=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 138 - color contains mainly: red. Hex color #8A866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A866E is #757991. Grayscale: #848484. Windows color (decimal): -7698834 or 7243402. OLE color: 7243402.

HSL color Cylindrical-coordinate representation of color #8A866E: hue angle of 51.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A866E is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB138134110-
CMYK00.030.200.46
HSL51.43º11.29%48.63%-
HSV(B)51.43º20.29%54.12%-
XYZ21.8223.5818.15-
YUV132.46115.33131.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.13%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=36.13%
G=35.08%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813411000.030.200.4651.4311.2948.63
Hex8A866E03142E33b31
Octal212206156032456631361
Binary10001010100001101101110011101001011101100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,134,110); }

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

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

 a { background-color: rgb(138,134,110); }

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

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

 span { border-color: rgb(138,134,110); }

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