#8D8968

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

Shades of Bandicoot #8D8968

Tints of Bandicoot #8D8968

Color information

#8D8968 (or 0x8D8968) is unknown color: approx Bandicoot. HEX triplet: 8D, 89 and 68. RGB value is (141,137,104). Sum of RGB (Red+Green+Blue) = 141+137+104=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8968 is #727697. Grayscale: #868686. Windows color (decimal): -7501464 or 6850957. OLE color: 6850957.

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

Color convert

RGB141137104-
CMYK00.030.260.45
HSL53.51º15.1%48.04%-
HSV(B)53.51º26.24%55.29%-
XYZ22.4324.5516.65-
YUV134.43110.83132.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.91%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=36.91%
G=35.86%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113710400.030.260.4553.5115.148.04
Hex8D8968031A2D36f30
Octal215211150033255661760
Binary10001101100010011101000011110101011011101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,137,104); }

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

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

 a { background-color: rgb(141,137,104); }

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

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

 span { border-color: rgb(141,137,104); }

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