#8E6121

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

Shades of Afghan Tan #8E6121

Tints of Afghan Tan #8E6121

Color information

#8E6121 (or 0x8E6121) is unknown color: approx Afghan Tan. HEX triplet: 8E, 61 and 21. RGB value is (142,97,33). Sum of RGB (Red+Green+Blue) = 142+97+33=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6121 is #719EDE. Grayscale: #676767. Windows color (decimal): -7446239 or 2187662. OLE color: 2187662.

HSL color Cylindrical-coordinate representation of color #8E6121: hue angle of 35.23º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E6121 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB1429733-
CMYK00.320.770.44
HSL35.23º62.29%34.31%-
HSV(B)35.23º76.76%55.69%-
XYZ15.714.413.39-
YUV103.1688.41155.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.21%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 33 (13.28% from 255) = 12.13%
R=52.21%
G=35.66%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142973300.320.770.4435.2362.2934.31
Hex8E61210204D2C233e22
Octal2161414104011554437642
Binary10001110110000110000101000001001101101100100011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,97,33); }

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

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

 a { background-color: rgb(142,97,33); }

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

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

 span { border-color: rgb(142,97,33); }

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