#8C8A69

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

Shades of Bandicoot #8C8A69

Tints of Bandicoot #8C8A69

Color information

#8C8A69 (or 0x8C8A69) is unknown color: approx Bandicoot. HEX triplet: 8C, 8A and 69. RGB value is (140,138,105). Sum of RGB (Red+Green+Blue) = 140+138+105=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8A69 is #737596. Grayscale: #868686. Windows color (decimal): -7566743 or 6916748. OLE color: 6916748.

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

Color convert

RGB140138105-
CMYK00.010.250.45
HSL56.57º14.29%48.04%-
HSV(B)56.57º25%54.9%-
XYZ22.4524.7716.96-
YUV134.84111.16131.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.55%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 105 (41.41% from 255) = 27.42%
R=36.55%
G=36.03%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013810500.010.250.4556.5714.2948.04
Hex8C8A6901192D39e30
Octal214212151013155711660
Binary1000110010001010110100101110011011011110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,138,105); }

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

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

 a { background-color: rgb(140,138,105); }

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

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

 span { border-color: rgb(140,138,105); }

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