Shades of Afghan Tan #8D6127
Tints of Afghan Tan #8D6127
RGB
CMYK
RGB Variations
Color information
#8D6127 (or 0x8D6127) is known color: Afghan Tan. HEX triplet: 8D, 61 and 27. RGB value is (141,97,39). Sum of RGB (Red+Green+Blue) = 141+97+39=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6127 is #729ED8. Grayscale: #676767. Windows color (decimal): -7511769 or 2580877. OLE color: 2580877.
HSL color Cylindrical-coordinate representation of color #8D6127: hue angle of 34.12º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D6127 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 39 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.45 |
| HSL | 34.12º | 0.57% | 0.35% | - |
| HSV(B) | 34.12º | 0.72% | 0.55% | - |
| XYZ | 15.63 | 14.36 | 3.87 | - |
| YUV | 103.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 39 | 0 | 0.31 | 0.72 | 0.45 | 34.12 | 0.57 | 0.35 |
| Hex | 8D | 61 | 27 | 0 | 1F | 48 | 2D | 22 | 39 | 23 |
| Octal | 215 | 141 | 47 | 0 | 37 | 110 | 55 | 42 | 71 | 43 |
| Binary | 10001101 | 1100001 | 100111 | 0 | 11111 | 1001000 | 101101 | 100010 | 111001 | 100011 |
Color Harmonies of #8D6127
Complementary color
Monochromatic Colors of #8D6127
Black with #8D6127
Text Example
Text Example
White with #8D6127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6127; }
p { color: rgb(141,97,39); }
H1.HeaderClassName
{
color: #8D6127;
}
.AnyTagClassName
{
color: #8D6127;
}
</style>
background-color css
<style>
a { background-color: #8D6127; }
a { background-color: rgb(141,97,39); }
div.DivClassName
{
background-color: #8D6127;
}
.BgClassName
{
background-color: #8D6127;
}
</style>
border-color css
<style>
span { border-color: #8D6127; }
span { border-color: rgb(141,97,39); }
td.TdClassName
{
border-color: #8D6127;
}
.TagClassName
{
border-color: #8D6127;
}
</style>