#8B8668

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

Shades of Bandicoot #8B8668

Tints of Bandicoot #8B8668

Color information

#8B8668 (or 0x8B8668) is unknown color: approx Bandicoot. HEX triplet: 8B, 86 and 68. RGB value is (139,134,104). Sum of RGB (Red+Green+Blue) = 139+134+104=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8668 is #747997. Grayscale: #848484. Windows color (decimal): -7633304 or 6850187. OLE color: 6850187.

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

Color convert

RGB139134104-
CMYK00.040.250.45
HSL51.43º14.4%47.65%-
HSV(B)51.43º25.18%54.51%-
XYZ21.6723.5416.5-
YUV132.07112.16132.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=36.87%
G=35.54%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913410400.040.250.4551.4314.447.65
Hex8B866804192D33e30
Octal213206150043155631660
Binary100010111000011011010000100110011011011100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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