#8C8A63

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

Shades of Bandicoot #8C8A63

Tints of Bandicoot #8C8A63

Color information

#8C8A63 (or 0x8C8A63) is unknown color: approx Bandicoot. HEX triplet: 8C, 8A and 63. RGB value is (140,138,99). Sum of RGB (Red+Green+Blue) = 140+138+99=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8A63 is #73759C. Grayscale: #868686. Windows color (decimal): -7566749 or 6523532. OLE color: 6523532.

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

Color convert

RGB14013899-
CMYK00.010.290.45
HSL57.07º17.15%46.86%-
HSV(B)57.07º29.29%54.9%-
XYZ22.1624.6515.4-
YUV134.15108.16132.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 99 (39.06% from 255) = 26.26%
R=37.14%
G=36.60%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401389900.010.290.4557.0717.1546.86
Hex8C8A63011D2D39112f
Octal214212143013555712157
Binary10001100100010101100011011110110110111100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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