#8F6424

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

Shades of Afghan Tan #8F6424

Tints of Afghan Tan #8F6424

Color information

#8F6424 (or 0x8F6424) is unknown color: approx Afghan Tan. HEX triplet: 8F, 64 and 24. RGB value is (143,100,36). Sum of RGB (Red+Green+Blue) = 143+100+36=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6424 is #709BDB. Grayscale: #696969. Windows color (decimal): -7379932 or 2385039. OLE color: 2385039.

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

Color convert

RGB14310036-
CMYK00.300.750.44
HSL35.89º59.78%35.1%-
HSV(B)35.89º74.83%56.08%-
XYZ16.215.083.73-
YUV105.5688.75154.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.25%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 36 (14.45% from 255) = 12.90%
R=51.25%
G=35.84%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431003600.300.750.4435.8959.7835.1
Hex8F642401E4B2C243c23
Octal2171444403611354447443
Binary1000111111001001001000111101001011101100100100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,100,36); }

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

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

 a { background-color: rgb(143,100,36); }

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

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

 span { border-color: rgb(143,100,36); }

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