#8E6221

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

Shades of Afghan Tan #8E6221

Tints of Afghan Tan #8E6221

Color information

#8E6221 (or 0x8E6221) is unknown color: approx Afghan Tan. HEX triplet: 8E, 62 and 21. RGB value is (142,98,33). Sum of RGB (Red+Green+Blue) = 142+98+33=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6221 is #719DDE. Grayscale: #686868. Windows color (decimal): -7445983 or 2187918. OLE color: 2187918.

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

Color convert

RGB1429833-
CMYK00.310.770.44
HSL35.78º62.29%34.31%-
HSV(B)35.78º76.76%55.69%-
XYZ15.814.63.42-
YUV103.7588.08155.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.01%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 33 (13.28% from 255) = 12.09%
R=52.01%
G=35.90%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142983300.310.770.4435.7862.2934.31
Hex8E622101F4D2C243e22
Octal2161424103711554447642
Binary1000111011000101000010111111001101101100100100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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