#8C8B61

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

Shades of Bandicoot #8C8B61

Tints of Bandicoot #8C8B61

Color information

#8C8B61 (or 0x8C8B61) is unknown color: approx Bandicoot. HEX triplet: 8C, 8B and 61. RGB value is (140,139,97). Sum of RGB (Red+Green+Blue) = 140+139+97=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8B61 is #73749E. Grayscale: #868686. Windows color (decimal): -7566495 or 6392716. OLE color: 6392716.

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

Color convert

RGB14013997-
CMYK00.010.310.45
HSL58.6º18.14%46.47%-
HSV(B)58.6º30.71%54.9%-
XYZ22.2124.914.95-
YUV134.51106.83131.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.23%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 97 (38.28% from 255) = 25.80%
R=37.23%
G=36.97%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401399700.010.310.4558.618.1446.47
Hex8C8B61011F2D3b122e
Octal214213141013755732256
Binary10001100100010111100001011111110110111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,139,97); }

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

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

 a { background-color: rgb(140,139,97); }

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

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

 span { border-color: rgb(140,139,97); }

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