#8E6224

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

Shades of Afghan Tan #8E6224

Tints of Afghan Tan #8E6224

Color information

#8E6224 (or 0x8E6224) is unknown color: approx Afghan Tan. HEX triplet: 8E, 62 and 24. RGB value is (142,98,36). Sum of RGB (Red+Green+Blue) = 142+98+36=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6224 is #719DDB. Grayscale: #686868. Windows color (decimal): -7445980 or 2384526. OLE color: 2384526.

HSL color Cylindrical-coordinate representation of color #8E6224: hue angle of 35.09º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E6224 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB1429836-
CMYK00.310.750.44
HSL35.09º59.55%34.9%-
HSV(B)35.09º74.65%55.69%-
XYZ15.8414.613.65-
YUV104.0989.58155.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 36 (14.45% from 255) = 13.04%
R=51.45%
G=35.51%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142983600.310.750.4435.0959.5534.9
Hex8E622401F4B2C233c23
Octal2161424403711354437443
Binary1000111011000101001000111111001011101100100011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,98,36); }

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

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

 a { background-color: rgb(142,98,36); }

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

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

 span { border-color: rgb(142,98,36); }

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