#8D896E

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

Shades of Bandicoot #8D896E

Tints of Bandicoot #8D896E

Color information

#8D896E (or 0x8D896E) is unknown color: approx Bandicoot. HEX triplet: 8D, 89 and 6E. RGB value is (141,137,110). Sum of RGB (Red+Green+Blue) = 141+137+110=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 141 - color contains mainly: red. Hex color #8D896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D896E is #727691. Grayscale: #878787. Windows color (decimal): -7501458 or 7244173. OLE color: 7244173.

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

Color convert

RGB141137110-
CMYK00.030.220.45
HSL52.26º12.35%49.22%-
HSV(B)52.26º21.99%55.29%-
XYZ22.7424.6818.32-
YUV135.12113.83132.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.34%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 110 (43.36% from 255) = 28.35%
R=36.34%
G=35.31%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113711000.030.220.4552.2612.3549.22
Hex8D896E03162D34c31
Octal215211156032655641461
Binary10001101100010011101110011101101011011101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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