#8C8665

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

Shades of Bandicoot #8C8665

Tints of Bandicoot #8C8665

Color information

#8C8665 (or 0x8C8665) is unknown color: approx Bandicoot. HEX triplet: 8C, 86 and 65. RGB value is (140,134,101). Sum of RGB (Red+Green+Blue) = 140+134+101=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8665 is #73799A. Grayscale: #848484. Windows color (decimal): -7567771 or 6653580. OLE color: 6653580.

HSL color Cylindrical-coordinate representation of color #8C8665: hue angle of 50.77º degrees, saturation: 0.16, 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 #8C8665 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB140134101-
CMYK00.040.280.45
HSL50.77º16.18%47.25%-
HSV(B)50.77º27.86%54.9%-
XYZ21.6923.5715.72-
YUV132.03110.49133.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.33%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=37.33%
G=35.73%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013410100.040.280.4550.7716.1847.25
Hex8C8665041C2D33102f
Octal214206145043455632057
Binary1000110010000110110010101001110010110111001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,134,101); }

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

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

 a { background-color: rgb(140,134,101); }

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

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

 span { border-color: rgb(140,134,101); }

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