#8B8666

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

Shades of Bandicoot #8B8666

Tints of Bandicoot #8B8666

Color information

#8B8666 (or 0x8B8666) is unknown color: approx Bandicoot. HEX triplet: 8B, 86 and 66. RGB value is (139,134,102). Sum of RGB (Red+Green+Blue) = 139+134+102=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8666 is #747999. Grayscale: #838383. Windows color (decimal): -7633306 or 6719115. OLE color: 6719115.

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

Color convert

RGB139134102-
CMYK00.040.270.45
HSL51.89º15.35%47.25%-
HSV(B)51.89º26.62%54.51%-
XYZ21.5723.515.97-
YUV131.85111.16133.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=37.07%
G=35.73%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913410200.040.270.4551.8915.3547.25
Hex8B8666041B2D34f2f
Octal213206146043355641757
Binary100010111000011011001100100110111011011101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,134,102); }

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

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

 a { background-color: rgb(139,134,102); }

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

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

 span { border-color: rgb(139,134,102); }

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