#8B6426

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

Shades of Afghan Tan #8B6426

Tints of Afghan Tan #8B6426

Color information

#8B6426 (or 0x8B6426) is unknown color: approx Afghan Tan. HEX triplet: 8B, 64 and 26. RGB value is (139,100,38). Sum of RGB (Red+Green+Blue) = 139+100+38=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6426 is #749BD9. Grayscale: #686868. Windows color (decimal): -7642074 or 2516107. OLE color: 2516107.

HSL color Cylindrical-coordinate representation of color #8B6426: hue angle of 36.83º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B6426 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB13910038-
CMYK00.280.730.45
HSL36.83º57.06%34.71%-
HSV(B)36.83º72.66%54.51%-
XYZ15.5514.743.86-
YUV104.5990.42152.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.18%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=50.18%
G=36.10%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391003800.280.730.4536.8357.0634.71
Hex8B642601C492D253923
Octal2131444603411155457143
Binary1000101111001001001100111001001001101101100101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,100,38); }

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

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

 a { background-color: rgb(139,100,38); }

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

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

 span { border-color: rgb(139,100,38); }

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