Shades of Afghan Tan #8C6020
Tints of Afghan Tan #8C6020
RGB
CMYK
RGB Variations
Color information
#8C6020 (or 0x8C6020) is known color: Afghan Tan. HEX triplet: 8C, 60 and 20. RGB value is (140,96,32). Sum of RGB (Red+Green+Blue) = 140+96+32=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6020 is #739FDF. Grayscale: #666666. Windows color (decimal): -7577568 or 2121868. OLE color: 2121868.
HSL color Cylindrical-coordinate representation of color #8C6020: hue angle of 35.56º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C6020 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 32 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.45 |
| HSL | 35.56º | 0.63% | 0.34% | - |
| HSV(B) | 35.56º | 0.77% | 0.55% | - |
| XYZ | 15.26 | 14.05 | 3.27 | - |
| YUV | 101.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 32 | 0 | 0.31 | 0.77 | 0.45 | 35.56 | 0.63 | 0.34 |
| Hex | 8C | 60 | 20 | 0 | 1F | 4D | 2D | 24 | 3F | 22 |
| Octal | 214 | 140 | 40 | 0 | 37 | 115 | 55 | 44 | 77 | 42 |
| Binary | 10001100 | 1100000 | 100000 | 0 | 11111 | 1001101 | 101101 | 100100 | 111111 | 100010 |
Color Harmonies of #8C6020
Complementary color
Monochromatic Colors of #8C6020
Black with #8C6020
Text Example
Text Example
White with #8C6020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6020; }
p { color: rgb(140,96,32); }
H1.HeaderClassName
{
color: #8C6020;
}
.AnyTagClassName
{
color: #8C6020;
}
</style>
background-color css
<style>
a { background-color: #8C6020; }
a { background-color: rgb(140,96,32); }
div.DivClassName
{
background-color: #8C6020;
}
.BgClassName
{
background-color: #8C6020;
}
</style>
border-color css
<style>
span { border-color: #8C6020; }
span { border-color: rgb(140,96,32); }
td.TdClassName
{
border-color: #8C6020;
}
.TagClassName
{
border-color: #8C6020;
}
</style>