#8D8965

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

Shades of Bandicoot #8D8965

Tints of Bandicoot #8D8965

Color information

#8D8965 (or 0x8D8965) is unknown color: approx Bandicoot. HEX triplet: 8D, 89 and 65. RGB value is (141,137,101). Sum of RGB (Red+Green+Blue) = 141+137+101=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8965 is #72769A. Grayscale: #868686. Windows color (decimal): -7501467 or 6654349. OLE color: 6654349.

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

Color convert

RGB141137101-
CMYK00.030.280.45
HSL54º16.53%47.45%-
HSV(B)54º28.37%55.29%-
XYZ22.2824.4915.87-
YUV134.09109.33132.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.20%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 101 (39.84% from 255) = 26.65%
R=37.20%
G=36.15%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113710100.030.280.455416.5347.45
Hex8D8965031C2D36112f
Octal215211145033455662157
Binary100011011000100111001010111110010110111011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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