Shades of Afghan Tan #8F601F
Tints of Afghan Tan #8F601F
RGB
CMYK
RGB Variations
Color information
#8F601F (or 0x8F601F) is known color: Afghan Tan. HEX triplet: 8F, 60 and 1F. RGB value is (143,96,31). Sum of RGB (Red+Green+Blue) = 143+96+31=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F601F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F601F is #709FE0. Grayscale: #666666. Windows color (decimal): -7380961 or 2056335. OLE color: 2056335.
HSL color Cylindrical-coordinate representation of color #8F601F: hue angle of 34.82º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F601F is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 31 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.44 |
| HSL | 34.82º | 0.64% | 0.34% | - |
| HSV(B) | 34.82º | 0.78% | 0.56% | - |
| XYZ | 15.76 | 14.3 | 3.23 | - |
| YUV | 102.64 | 87.57 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 31 | 0 | 0.33 | 0.78 | 0.44 | 34.82 | 0.64 | 0.34 |
| Hex | 8F | 60 | 1F | 0 | 21 | 4E | 2C | 23 | 40 | 22 |
| Octal | 217 | 140 | 37 | 0 | 41 | 116 | 54 | 43 | 100 | 42 |
| Binary | 10001111 | 1100000 | 11111 | 0 | 100001 | 1001110 | 101100 | 100011 | 1000000 | 100010 |
Color Harmonies of #8F601F
Complementary color
Monochromatic Colors of #8F601F
Black with #8F601F
Text Example
Text Example
White with #8F601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F601F; }
p { color: rgb(143,96,31); }
H1.HeaderClassName
{
color: #8F601F;
}
.AnyTagClassName
{
color: #8F601F;
}
</style>
background-color css
<style>
a { background-color: #8F601F; }
a { background-color: rgb(143,96,31); }
div.DivClassName
{
background-color: #8F601F;
}
.BgClassName
{
background-color: #8F601F;
}
</style>
border-color css
<style>
span { border-color: #8F601F; }
span { border-color: rgb(143,96,31); }
td.TdClassName
{
border-color: #8F601F;
}
.TagClassName
{
border-color: #8F601F;
}
</style>