Shades of Afghan Tan #8F641E
Tints of Afghan Tan #8F641E
RGB
CMYK
RGB Variations
Color information
#8F641E (or 0x8F641E) is known color: Afghan Tan. HEX triplet: 8F, 64 and 1E. RGB value is (143,100,30). Sum of RGB (Red+Green+Blue) = 143+100+30=273 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.38% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 143 - color contains mainly: red. Hex color #8F641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F641E is #709BE1. Grayscale: #696969. Windows color (decimal): -7379938 or 1991823. OLE color: 1991823.
HSL color Cylindrical-coordinate representation of color #8F641E: hue angle of 37.17º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F641E is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 100 | 30 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.44 |
| HSL | 37.17º | 0.65% | 0.34% | - |
| HSV(B) | 37.17º | 0.79% | 0.56% | - |
| XYZ | 16.12 | 15.05 | 3.28 | - |
| YUV | 104.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 30 | 0 | 0.30 | 0.79 | 0.44 | 37.17 | 0.65 | 0.34 |
| Hex | 8F | 64 | 1E | 0 | 1E | 4F | 2C | 25 | 41 | 22 |
| Octal | 217 | 144 | 36 | 0 | 36 | 117 | 54 | 45 | 101 | 42 |
| Binary | 10001111 | 1100100 | 11110 | 0 | 11110 | 1001111 | 101100 | 100101 | 1000001 | 100010 |
Color Harmonies of #8F641E
Complementary color
Monochromatic Colors of #8F641E
Black with #8F641E
Text Example
Text Example
White with #8F641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F641E; }
p { color: rgb(143,100,30); }
H1.HeaderClassName
{
color: #8F641E;
}
.AnyTagClassName
{
color: #8F641E;
}
</style>
background-color css
<style>
a { background-color: #8F641E; }
a { background-color: rgb(143,100,30); }
div.DivClassName
{
background-color: #8F641E;
}
.BgClassName
{
background-color: #8F641E;
}
</style>
border-color css
<style>
span { border-color: #8F641E; }
span { border-color: rgb(143,100,30); }
td.TdClassName
{
border-color: #8F641E;
}
.TagClassName
{
border-color: #8F641E;
}
</style>