#8D6426

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

Shades of Afghan Tan #8D6426

Tints of Afghan Tan #8D6426

Color information

#8D6426 (or 0x8D6426) is unknown color: approx Afghan Tan. HEX triplet: 8D, 64 and 26. RGB value is (141,100,38). Sum of RGB (Red+Green+Blue) = 141+100+38=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6426 is #729BD9. Grayscale: #696969. Windows color (decimal): -7511002 or 2516109. OLE color: 2516109.

HSL color Cylindrical-coordinate representation of color #8D6426: hue angle of 36.12º degrees, saturation: 0.58, 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 #8D6426 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB14110038-
CMYK00.290.730.45
HSL36.12º57.54%35.1%-
HSV(B)36.12º73.05%55.29%-
XYZ15.8914.923.88-
YUV105.1990.08153.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.54%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 38 (15.23% from 255) = 13.62%
R=50.54%
G=35.84%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411003800.290.730.4536.1257.5435.1
Hex8D642601D492D243a23
Octal2151444603511155447243
Binary1000110111001001001100111011001001101101100100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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