Shades of Afghan Tan #8E6324
Tints of Afghan Tan #8E6324
RGB
CMYK
RGB Variations
Color information
#8E6324 (or 0x8E6324) is known color: Afghan Tan. HEX triplet: 8E, 63 and 24. RGB value is (142,99,36). Sum of RGB (Red+Green+Blue) = 142+99+36=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6324 is #719CDB. Grayscale: #686868. Windows color (decimal): -7445724 or 2384782. OLE color: 2384782.
HSL color Cylindrical-coordinate representation of color #8E6324: hue angle of 35.66º 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 #8E6324 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 99 | 36 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.44 |
| HSL | 35.66º | 0.6% | 0.35% | - |
| HSV(B) | 35.66º | 0.75% | 0.56% | - |
| XYZ | 15.94 | 14.8 | 3.69 | - |
| YUV | 104.68 | 89.25 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 99 | 36 | 0 | 0.30 | 0.75 | 0.44 | 35.66 | 0.6 | 0.35 |
| Hex | 8E | 63 | 24 | 0 | 1E | 4B | 2C | 24 | 3C | 23 |
| Octal | 216 | 143 | 44 | 0 | 36 | 113 | 54 | 44 | 74 | 43 |
| Binary | 10001110 | 1100011 | 100100 | 0 | 11110 | 1001011 | 101100 | 100100 | 111100 | 100011 |
Color Harmonies of #8E6324
Complementary color
Monochromatic Colors of #8E6324
Black with #8E6324
Text Example
Text Example
White with #8E6324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6324; }
p { color: rgb(142,99,36); }
H1.HeaderClassName
{
color: #8E6324;
}
.AnyTagClassName
{
color: #8E6324;
}
</style>
background-color css
<style>
a { background-color: #8E6324; }
a { background-color: rgb(142,99,36); }
div.DivClassName
{
background-color: #8E6324;
}
.BgClassName
{
background-color: #8E6324;
}
</style>
border-color css
<style>
span { border-color: #8E6324; }
span { border-color: rgb(142,99,36); }
td.TdClassName
{
border-color: #8E6324;
}
.TagClassName
{
border-color: #8E6324;
}
</style>