Shades of Afghan Tan #9C6424
Tints of Afghan Tan #9C6424
RGB
CMYK
RGB Variations
Color information
#9C6424 (or 0x9C6424) is known color: Afghan Tan. HEX triplet: 9C, 64 and 24. RGB value is (156,100,36). Sum of RGB (Red+Green+Blue) = 156+100+36=292 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.42% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6424 is #639BDB. Grayscale: #6D6D6D. Windows color (decimal): -6527964 or 2385052. OLE color: 2385052.
HSL color Cylindrical-coordinate representation of color #9C6424: hue angle of 32º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C6424 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 36 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.39 |
| HSL | 32º | 0.63% | 0.38% | - |
| HSV(B) | 32º | 0.77% | 0.61% | - |
| XYZ | 18.59 | 16.31 | 3.84 | - |
| YUV | 109.45 | 86.55 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 36 | 0 | 0.36 | 0.77 | 0.39 | 32 | 0.63 | 0.38 |
| Hex | 9C | 64 | 24 | 0 | 24 | 4D | 27 | 20 | 3E | 26 |
| Octal | 234 | 144 | 44 | 0 | 44 | 115 | 47 | 40 | 76 | 46 |
| Binary | 10011100 | 1100100 | 100100 | 0 | 100100 | 1001101 | 100111 | 100000 | 111110 | 100110 |
Color Harmonies of #9C6424
Complementary color
Monochromatic Colors of #9C6424
Black with #9C6424
Text Example
Text Example
White with #9C6424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6424; }
p { color: rgb(156,100,36); }
H1.HeaderClassName
{
color: #9C6424;
}
.AnyTagClassName
{
color: #9C6424;
}
</style>
background-color css
<style>
a { background-color: #9C6424; }
a { background-color: rgb(156,100,36); }
div.DivClassName
{
background-color: #9C6424;
}
.BgClassName
{
background-color: #9C6424;
}
</style>
border-color css
<style>
span { border-color: #9C6424; }
span { border-color: rgb(156,100,36); }
td.TdClassName
{
border-color: #9C6424;
}
.TagClassName
{
border-color: #9C6424;
}
</style>