#8B8860

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

Shades of Bandicoot #8B8860

Tints of Bandicoot #8B8860

Color information

#8B8860 (or 0x8B8860) is unknown color: approx Bandicoot. HEX triplet: 8B, 88 and 60. RGB value is (139,136,96). Sum of RGB (Red+Green+Blue) = 139+136+96=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8860 is #74779F. Grayscale: #848484. Windows color (decimal): -7632800 or 6326411. OLE color: 6326411.

HSL color Cylindrical-coordinate representation of color #8B8860: hue angle of 55.81º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B8860 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB13913696-
CMYK00.020.310.45
HSL55.81º18.3%46.08%-
HSV(B)55.81º30.94%54.51%-
XYZ21.5623.9414.55-
YUV132.34107.49132.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.47%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=37.47%
G=36.66%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391369600.020.310.4555.8118.346.08
Hex8B8860021F2D38122e
Octal213210140023755702256
Binary100010111000100011000000101111110110111100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,136,96); }

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

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

 a { background-color: rgb(139,136,96); }

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

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

 span { border-color: rgb(139,136,96); }

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