Shades of Afghan Tan #8D6120
Tints of Afghan Tan #8D6120
RGB
CMYK
RGB Variations
Color information
#8D6120 (or 0x8D6120) is known color: Afghan Tan. HEX triplet: 8D, 61 and 20. RGB value is (141,97,32). Sum of RGB (Red+Green+Blue) = 141+97+32=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6120 is #729EDF. Grayscale: #676767. Windows color (decimal): -7511776 or 2122125. OLE color: 2122125.
HSL color Cylindrical-coordinate representation of color #8D6120: hue angle of 35.78º 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 #8D6120 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 32 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.45 |
| HSL | 35.78º | 0.63% | 0.34% | - |
| HSV(B) | 35.78º | 0.77% | 0.55% | - |
| XYZ | 15.52 | 14.32 | 3.31 | - |
| YUV | 102.75 | 88.08 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 32 | 0 | 0.31 | 0.77 | 0.45 | 35.78 | 0.63 | 0.34 |
| Hex | 8D | 61 | 20 | 0 | 1F | 4D | 2D | 24 | 3F | 22 |
| Octal | 215 | 141 | 40 | 0 | 37 | 115 | 55 | 44 | 77 | 42 |
| Binary | 10001101 | 1100001 | 100000 | 0 | 11111 | 1001101 | 101101 | 100100 | 111111 | 100010 |
Color Harmonies of #8D6120
Complementary color
Monochromatic Colors of #8D6120
Black with #8D6120
Text Example
Text Example
White with #8D6120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6120; }
p { color: rgb(141,97,32); }
H1.HeaderClassName
{
color: #8D6120;
}
.AnyTagClassName
{
color: #8D6120;
}
</style>
background-color css
<style>
a { background-color: #8D6120; }
a { background-color: rgb(141,97,32); }
div.DivClassName
{
background-color: #8D6120;
}
.BgClassName
{
background-color: #8D6120;
}
</style>
border-color css
<style>
span { border-color: #8D6120; }
span { border-color: rgb(141,97,32); }
td.TdClassName
{
border-color: #8D6120;
}
.TagClassName
{
border-color: #8D6120;
}
</style>