#8B8669

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

Shades of Bandicoot #8B8669

Tints of Bandicoot #8B8669

Color information

#8B8669 (or 0x8B8669) is unknown color: approx Bandicoot. HEX triplet: 8B, 86 and 69. RGB value is (139,134,105). Sum of RGB (Red+Green+Blue) = 139+134+105=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8669 is #747996. Grayscale: #848484. Windows color (decimal): -7633303 or 6915723. OLE color: 6915723.

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

Color convert

RGB139134105-
CMYK00.040.240.45
HSL51.18º13.93%47.84%-
HSV(B)51.18º24.46%54.51%-
XYZ21.7223.5616.77-
YUV132.19112.66132.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 105 (41.41% from 255) = 27.78%
R=36.77%
G=35.45%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913410500.040.240.4551.1813.9347.84
Hex8B866904182D33e30
Octal213206151043055631660
Binary100010111000011011010010100110001011011100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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