#8B8769

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

Shades of Bandicoot #8B8769

Tints of Bandicoot #8B8769

Color information

#8B8769 (or 0x8B8769) is unknown color: approx Bandicoot. HEX triplet: 8B, 87 and 69. RGB value is (139,135,105). Sum of RGB (Red+Green+Blue) = 139+135+105=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8769 is #747896. Grayscale: #848484. Windows color (decimal): -7633047 or 6915979. OLE color: 6915979.

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

Color convert

RGB139135105-
CMYK00.030.240.45
HSL52.94º13.93%47.84%-
HSV(B)52.94º24.46%54.51%-
XYZ21.8623.8416.81-
YUV132.78112.33132.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.68%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 105 (41.41% from 255) = 27.70%
R=36.68%
G=35.62%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913510500.030.240.4552.9413.9347.84
Hex8B876903182D35e30
Octal213207151033055651660
Binary10001011100001111101001011110001011011101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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