Shades of Afghan Tan #8C601D
Tints of Afghan Tan #8C601D
RGB
CMYK
RGB Variations
Color information
#8C601D (or 0x8C601D) is known color: Afghan Tan. HEX triplet: 8C, 60 and 1D. RGB value is (140,96,29). Sum of RGB (Red+Green+Blue) = 140+96+29=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C601D is #739FE2. Grayscale: #656565. Windows color (decimal): -7577571 or 1925260. OLE color: 1925260.
HSL color Cylindrical-coordinate representation of color #8C601D: hue angle of 36.22º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C601D is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 29 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.45 |
| HSL | 36.22º | 0.66% | 0.33% | - |
| HSV(B) | 36.22º | 0.79% | 0.55% | - |
| XYZ | 15.22 | 14.03 | 3.07 | - |
| YUV | 101.52 | 87.08 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 29 | 0 | 0.31 | 0.79 | 0.45 | 36.22 | 0.66 | 0.33 |
| Hex | 8C | 60 | 1D | 0 | 1F | 4F | 2D | 24 | 42 | 21 |
| Octal | 214 | 140 | 35 | 0 | 37 | 117 | 55 | 44 | 102 | 41 |
| Binary | 10001100 | 1100000 | 11101 | 0 | 11111 | 1001111 | 101101 | 100100 | 1000010 | 100001 |
Color Harmonies of #8C601D
Complementary color
Monochromatic Colors of #8C601D
Black with #8C601D
Text Example
Text Example
White with #8C601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C601D; }
p { color: rgb(140,96,29); }
H1.HeaderClassName
{
color: #8C601D;
}
.AnyTagClassName
{
color: #8C601D;
}
</style>
background-color css
<style>
a { background-color: #8C601D; }
a { background-color: rgb(140,96,29); }
div.DivClassName
{
background-color: #8C601D;
}
.BgClassName
{
background-color: #8C601D;
}
</style>
border-color css
<style>
span { border-color: #8C601D; }
span { border-color: rgb(140,96,29); }
td.TdClassName
{
border-color: #8C601D;
}
.TagClassName
{
border-color: #8C601D;
}
</style>