Shades of Afghan Tan #8C601F
Tints of Afghan Tan #8C601F
RGB
CMYK
RGB Variations
Color information
#8C601F (or 0x8C601F) is known color: Afghan Tan. HEX triplet: 8C, 60 and 1F. RGB value is (140,96,31). Sum of RGB (Red+Green+Blue) = 140+96+31=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C601F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C601F is #739FE0. Grayscale: #666666. Windows color (decimal): -7577569 or 2056332. OLE color: 2056332.
HSL color Cylindrical-coordinate representation of color #8C601F: hue angle of 35.78º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C601F is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 31 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.45 |
| HSL | 35.78º | 0.64% | 0.34% | - |
| HSV(B) | 35.78º | 0.78% | 0.55% | - |
| XYZ | 15.25 | 14.04 | 3.2 | - |
| YUV | 101.75 | 88.08 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 31 | 0 | 0.31 | 0.78 | 0.45 | 35.78 | 0.64 | 0.34 |
| Hex | 8C | 60 | 1F | 0 | 1F | 4E | 2D | 24 | 40 | 22 |
| Octal | 214 | 140 | 37 | 0 | 37 | 116 | 55 | 44 | 100 | 42 |
| Binary | 10001100 | 1100000 | 11111 | 0 | 11111 | 1001110 | 101101 | 100100 | 1000000 | 100010 |
Color Harmonies of #8C601F
Complementary color
Monochromatic Colors of #8C601F
Black with #8C601F
Text Example
Text Example
White with #8C601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C601F; }
p { color: rgb(140,96,31); }
H1.HeaderClassName
{
color: #8C601F;
}
.AnyTagClassName
{
color: #8C601F;
}
</style>
background-color css
<style>
a { background-color: #8C601F; }
a { background-color: rgb(140,96,31); }
div.DivClassName
{
background-color: #8C601F;
}
.BgClassName
{
background-color: #8C601F;
}
</style>
border-color css
<style>
span { border-color: #8C601F; }
span { border-color: rgb(140,96,31); }
td.TdClassName
{
border-color: #8C601F;
}
.TagClassName
{
border-color: #8C601F;
}
</style>