#8E6228

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

Shades of Afghan Tan #8E6228

Tints of Afghan Tan #8E6228

Color information

#8E6228 (or 0x8E6228) is unknown color: approx Afghan Tan. HEX triplet: 8E, 62 and 28. RGB value is (142,98,40). Sum of RGB (Red+Green+Blue) = 142+98+40=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6228 is #719DD7. Grayscale: #686868. Windows color (decimal): -7445976 or 2646670. OLE color: 2646670.

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

Color convert

RGB1429840-
CMYK00.310.720.44
HSL34.12º56.04%35.69%-
HSV(B)34.12º71.83%55.69%-
XYZ15.9114.643.99-
YUV104.5491.58154.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.71%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 40 (16.02% from 255) = 14.29%
R=50.71%
G=35%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142984000.310.720.4434.1256.0435.69
Hex8E622801F482C223824
Octal2161425003711054427044
Binary1000111011000101010000111111001000101100100010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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