Shades of Afghan Tan #8D6423
Tints of Afghan Tan #8D6423
RGB
CMYK
RGB Variations
Color information
#8D6423 (or 0x8D6423) is known color: Afghan Tan. HEX triplet: 8D, 64 and 23. RGB value is (141,100,35). Sum of RGB (Red+Green+Blue) = 141+100+35=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6423 is #729BDC. Grayscale: #696969. Windows color (decimal): -7511005 or 2319501. OLE color: 2319501.
HSL color Cylindrical-coordinate representation of color #8D6423: hue angle of 36.79º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D6423 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 35 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.45 |
| HSL | 36.79º | 0.6% | 0.35% | - |
| HSV(B) | 36.79º | 0.75% | 0.55% | - |
| XYZ | 15.85 | 14.9 | 3.63 | - |
| YUV | 104.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 35 | 0 | 0.29 | 0.75 | 0.45 | 36.79 | 0.6 | 0.35 |
| Hex | 8D | 64 | 23 | 0 | 1D | 4B | 2D | 25 | 3C | 23 |
| Octal | 215 | 144 | 43 | 0 | 35 | 113 | 55 | 45 | 74 | 43 |
| Binary | 10001101 | 1100100 | 100011 | 0 | 11101 | 1001011 | 101101 | 100101 | 111100 | 100011 |
Color Harmonies of #8D6423
Complementary color
Monochromatic Colors of #8D6423
Black with #8D6423
Text Example
Text Example
White with #8D6423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6423; }
p { color: rgb(141,100,35); }
H1.HeaderClassName
{
color: #8D6423;
}
.AnyTagClassName
{
color: #8D6423;
}
</style>
background-color css
<style>
a { background-color: #8D6423; }
a { background-color: rgb(141,100,35); }
div.DivClassName
{
background-color: #8D6423;
}
.BgClassName
{
background-color: #8D6423;
}
</style>
border-color css
<style>
span { border-color: #8D6423; }
span { border-color: rgb(141,100,35); }
td.TdClassName
{
border-color: #8D6423;
}
.TagClassName
{
border-color: #8D6423;
}
</style>