#8D8A6C

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

Shades of Bandicoot #8D8A6C

Tints of Bandicoot #8D8A6C

Color information

#8D8A6C (or 0x8D8A6C) is unknown color: approx Bandicoot. HEX triplet: 8D, 8A and 6C. RGB value is (141,138,108). Sum of RGB (Red+Green+Blue) = 141+138+108=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8A6C is #727593. Grayscale: #878787. Windows color (decimal): -7501204 or 7113357. OLE color: 7113357.

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

Color convert

RGB141138108-
CMYK00.020.230.45
HSL54.55º13.25%48.82%-
HSV(B)54.55º23.4%55.29%-
XYZ22.7824.9217.8-
YUV135.48112.49131.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.43%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=36.43%
G=35.66%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113810800.020.230.4554.5513.2548.82
Hex8D8A6C02172D37d31
Octal215212154022755671561
Binary10001101100010101101100010101111011011101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,138,108); }

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

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

 a { background-color: rgb(141,138,108); }

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

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

 span { border-color: rgb(141,138,108); }

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