#8B8768

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

Shades of Bandicoot #8B8768

Tints of Bandicoot #8B8768

Color information

#8B8768 (or 0x8B8768) is unknown color: approx Bandicoot. HEX triplet: 8B, 87 and 68. RGB value is (139,135,104). Sum of RGB (Red+Green+Blue) = 139+135+104=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8768 is #747897. Grayscale: #848484. Windows color (decimal): -7633048 or 6850443. OLE color: 6850443.

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

Color convert

RGB139135104-
CMYK00.030.250.45
HSL53.14º14.4%47.65%-
HSV(B)53.14º25.18%54.51%-
XYZ21.8123.8216.54-
YUV132.66111.83132.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 135 (53.12% from 255) = 35.71%
BLUE value IS 104 (41.02% from 255) = 27.51%
R=36.77%
G=35.71%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913510400.030.250.4553.1414.447.65
Hex8B876803192D35e30
Octal213207150033155651660
Binary10001011100001111101000011110011011011101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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