Shades of Afghan Tan #8D6424
Tints of Afghan Tan #8D6424
RGB
CMYK
RGB Variations
Color information
#8D6424 (or 0x8D6424) is known color: Afghan Tan. HEX triplet: 8D, 64 and 24. RGB value is (141,100,36). Sum of RGB (Red+Green+Blue) = 141+100+36=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6424 is #729BDB. Grayscale: #696969. Windows color (decimal): -7511004 or 2385037. OLE color: 2385037.
HSL color Cylindrical-coordinate representation of color #8D6424: hue angle of 36.57º 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 #8D6424 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 36 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.45 |
| HSL | 36.57º | 0.59% | 0.35% | - |
| HSV(B) | 36.57º | 0.74% | 0.55% | - |
| XYZ | 15.86 | 14.9 | 3.71 | - |
| YUV | 104.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 36 | 0 | 0.29 | 0.74 | 0.45 | 36.57 | 0.59 | 0.35 |
| Hex | 8D | 64 | 24 | 0 | 1D | 4A | 2D | 25 | 3B | 23 |
| Octal | 215 | 144 | 44 | 0 | 35 | 112 | 55 | 45 | 73 | 43 |
| Binary | 10001101 | 1100100 | 100100 | 0 | 11101 | 1001010 | 101101 | 100101 | 111011 | 100011 |
Color Harmonies of #8D6424
Complementary color
Monochromatic Colors of #8D6424
Black with #8D6424
Text Example
Text Example
White with #8D6424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6424; }
p { color: rgb(141,100,36); }
H1.HeaderClassName
{
color: #8D6424;
}
.AnyTagClassName
{
color: #8D6424;
}
</style>
background-color css
<style>
a { background-color: #8D6424; }
a { background-color: rgb(141,100,36); }
div.DivClassName
{
background-color: #8D6424;
}
.BgClassName
{
background-color: #8D6424;
}
</style>
border-color css
<style>
span { border-color: #8D6424; }
span { border-color: rgb(141,100,36); }
td.TdClassName
{
border-color: #8D6424;
}
.TagClassName
{
border-color: #8D6424;
}
</style>