#8B8767

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

Shades of Bandicoot #8B8767

Tints of Bandicoot #8B8767

Color information

#8B8767 (or 0x8B8767) is unknown color: approx Bandicoot. HEX triplet: 8B, 87 and 67. RGB value is (139,135,103). Sum of RGB (Red+Green+Blue) = 139+135+103=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8767 is #747898. Grayscale: #848484. Windows color (decimal): -7633049 or 6784907. OLE color: 6784907.

HSL color Cylindrical-coordinate representation of color #8B8767: hue angle of 53.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B8767 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB139135103-
CMYK00.030.260.45
HSL53.33º14.88%47.45%-
HSV(B)53.33º25.9%54.51%-
XYZ21.7623.816.28-
YUV132.55111.33132.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 103 (40.62% from 255) = 27.32%
R=36.87%
G=35.81%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913510300.030.260.4553.3314.8847.45
Hex8B8767031A2D35f2f
Octal213207147033255651757
Binary10001011100001111100111011110101011011101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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