Shades of Afghan Tan #8F601E
Tints of Afghan Tan #8F601E
RGB
CMYK
RGB Variations
Color information
#8F601E (or 0x8F601E) is known color: Afghan Tan. HEX triplet: 8F, 60 and 1E. RGB value is (143,96,30). Sum of RGB (Red+Green+Blue) = 143+96+30=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F601E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F601E is #709FE1. Grayscale: #666666. Windows color (decimal): -7380962 or 1990799. OLE color: 1990799.
HSL color Cylindrical-coordinate representation of color #8F601E: hue angle of 35.04º 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 #8F601E is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 30 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.44 |
| HSL | 35.04º | 0.65% | 0.34% | - |
| HSV(B) | 35.04º | 0.79% | 0.56% | - |
| XYZ | 15.74 | 14.3 | 3.16 | - |
| YUV | 102.53 | 87.07 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 30 | 0 | 0.33 | 0.79 | 0.44 | 35.04 | 0.65 | 0.34 |
| Hex | 8F | 60 | 1E | 0 | 21 | 4F | 2C | 23 | 41 | 22 |
| Octal | 217 | 140 | 36 | 0 | 41 | 117 | 54 | 43 | 101 | 42 |
| Binary | 10001111 | 1100000 | 11110 | 0 | 100001 | 1001111 | 101100 | 100011 | 1000001 | 100010 |
Color Harmonies of #8F601E
Complementary color
Monochromatic Colors of #8F601E
Black with #8F601E
Text Example
Text Example
White with #8F601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F601E; }
p { color: rgb(143,96,30); }
H1.HeaderClassName
{
color: #8F601E;
}
.AnyTagClassName
{
color: #8F601E;
}
</style>
background-color css
<style>
a { background-color: #8F601E; }
a { background-color: rgb(143,96,30); }
div.DivClassName
{
background-color: #8F601E;
}
.BgClassName
{
background-color: #8F601E;
}
</style>
border-color css
<style>
span { border-color: #8F601E; }
span { border-color: rgb(143,96,30); }
td.TdClassName
{
border-color: #8F601E;
}
.TagClassName
{
border-color: #8F601E;
}
</style>