#8E6024

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

Shades of Afghan Tan #8E6024

Tints of Afghan Tan #8E6024

Color information

#8E6024 (or 0x8E6024) is unknown color: approx Afghan Tan. HEX triplet: 8E, 60 and 24. RGB value is (142,96,36). Sum of RGB (Red+Green+Blue) = 142+96+36=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6024 is #719FDB. Grayscale: #676767. Windows color (decimal): -7446492 or 2384014. OLE color: 2384014.

HSL color Cylindrical-coordinate representation of color #8E6024: hue angle of 33.96º 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 #8E6024 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB1429636-
CMYK00.320.750.44
HSL33.96º59.55%34.9%-
HSV(B)33.96º74.65%55.69%-
XYZ15.6614.243.59-
YUV102.9190.24155.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.82%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 36 (14.45% from 255) = 13.14%
R=51.82%
G=35.04%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142963600.320.750.4433.9659.5534.9
Hex8E60240204B2C223c23
Octal2161404404011354427443
Binary10001110110000010010001000001001011101100100010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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