#8E6327

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

Shades of Afghan Tan #8E6327

Tints of Afghan Tan #8E6327

Color information

#8E6327 (or 0x8E6327) is unknown color: approx Afghan Tan. HEX triplet: 8E, 63 and 27. RGB value is (142,99,39). Sum of RGB (Red+Green+Blue) = 142+99+39=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6327 is #719CD8. Grayscale: #696969. Windows color (decimal): -7445721 or 2581390. OLE color: 2581390.

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

Color convert

RGB1429939-
CMYK00.300.730.44
HSL34.95º56.91%35.49%-
HSV(B)34.95º72.54%55.69%-
XYZ15.9814.823.94-
YUV105.0290.75154.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.71%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 39 (15.62% from 255) = 13.93%
R=50.71%
G=35.36%
B=13.93%

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
Decimal142993900.300.730.4434.9556.9135.49
Hex8E632701E492C233923
Octal2161434703611154437143
Binary1000111011000111001110111101001001101100100011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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