#8D6324

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

Shades of Afghan Tan #8D6324

Tints of Afghan Tan #8D6324

Color information

#8D6324 (or 0x8D6324) is unknown color: approx Afghan Tan. HEX triplet: 8D, 63 and 24. RGB value is (141,99,36). Sum of RGB (Red+Green+Blue) = 141+99+36=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6324 is #729CDB. Grayscale: #686868. Windows color (decimal): -7511260 or 2384781. OLE color: 2384781.

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

Color convert

RGB1419936-
CMYK00.300.740.45
HSL36º59.32%34.71%-
HSV(B)36º74.47%55.29%-
XYZ15.7614.713.68-
YUV104.3889.41154.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.09%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 36 (14.45% from 255) = 13.04%
R=51.09%
G=35.87%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141993600.300.740.453659.3234.71
Hex8D632401E4A2D243b23
Octal2151434403611255447343
Binary1000110111000111001000111101001010101101100100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,99,36); }

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

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

 a { background-color: rgb(141,99,36); }

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

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

 span { border-color: rgb(141,99,36); }

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