#8E6625

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

Shades of Afghan Tan #8E6625

Tints of Afghan Tan #8E6625

Color information

#8E6625 (or 0x8E6625) is unknown color: approx Afghan Tan. HEX triplet: 8E, 66 and 25. RGB value is (142,102,37). Sum of RGB (Red+Green+Blue) = 142+102+37=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6625 is #7199DA. Grayscale: #6A6A6A. Windows color (decimal): -7444955 or 2451086. OLE color: 2451086.

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

Color convert

RGB14210237-
CMYK00.280.740.44
HSL37.14º58.66%35.1%-
HSV(B)37.14º73.94%55.69%-
XYZ16.2415.393.86-
YUV106.5588.75153.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 37 (14.84% from 255) = 13.17%
R=50.53%
G=36.30%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421023700.280.740.4437.1458.6635.1
Hex8E662501C4A2C253b23
Octal2161464503411254457343
Binary1000111011001101001010111001001010101100100101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,102,37); }

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

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

 a { background-color: rgb(142,102,37); }

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

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

 span { border-color: rgb(142,102,37); }

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