#8E6226

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

Shades of Afghan Tan #8E6226

Tints of Afghan Tan #8E6226

Color information

#8E6226 (or 0x8E6226) is unknown color: approx Afghan Tan. HEX triplet: 8E, 62 and 26. RGB value is (142,98,38). Sum of RGB (Red+Green+Blue) = 142+98+38=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6226 is #719DD9. Grayscale: #686868. Windows color (decimal): -7445978 or 2515598. OLE color: 2515598.

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

Color convert

RGB1429838-
CMYK00.310.730.44
HSL34.62º57.78%35.29%-
HSV(B)34.62º73.24%55.69%-
XYZ15.8714.633.82-
YUV104.3290.58154.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.08%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 38 (15.23% from 255) = 13.67%
R=51.08%
G=35.25%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142983800.310.730.4434.6257.7835.29
Hex8E622601F492C233a23
Octal2161424603711154437243
Binary1000111011000101001100111111001001101100100011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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