#8E6326

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

Shades of Afghan Tan #8E6326

Tints of Afghan Tan #8E6326

Color information

#8E6326 (or 0x8E6326) is unknown color: approx Afghan Tan. HEX triplet: 8E, 63 and 26. RGB value is (142,99,38). Sum of RGB (Red+Green+Blue) = 142+99+38=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6326 is #719CD9. Grayscale: #696969. Windows color (decimal): -7445722 or 2515854. OLE color: 2515854.

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

Color convert

RGB1429938-
CMYK00.300.730.44
HSL35.19º57.78%35.29%-
HSV(B)35.19º73.24%55.69%-
XYZ15.9714.813.85-
YUV104.990.25154.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.90%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 38 (15.23% from 255) = 13.62%
R=50.90%
G=35.48%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142993800.300.730.4435.1957.7835.29
Hex8E632601E492C233a23
Octal2161434603611154437243
Binary1000111011000111001100111101001001101100100011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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