Shades of Afghan Tan #9C6222
Tints of Afghan Tan #9C6222
RGB
CMYK
RGB Variations
Color information
#9C6222 (or 0x9C6222) is known color: Afghan Tan. HEX triplet: 9C, 62 and 22. RGB value is (156,98,34). Sum of RGB (Red+Green+Blue) = 156+98+34=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6222 is #639DDD. Grayscale: #6C6C6C. Windows color (decimal): -6528478 or 2253468. OLE color: 2253468.
HSL color Cylindrical-coordinate representation of color #9C6222: hue angle of 31.48º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C6222 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 34 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.39 |
| HSL | 31.48º | 0.64% | 0.37% | - |
| HSV(B) | 31.48º | 0.78% | 0.61% | - |
| XYZ | 18.37 | 15.92 | 3.62 | - |
| YUV | 108.05 | 86.22 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 34 | 0 | 0.37 | 0.78 | 0.39 | 31.48 | 0.64 | 0.37 |
| Hex | 9C | 62 | 22 | 0 | 25 | 4E | 27 | 1F | 40 | 25 |
| Octal | 234 | 142 | 42 | 0 | 45 | 116 | 47 | 37 | 100 | 45 |
| Binary | 10011100 | 1100010 | 100010 | 0 | 100101 | 1001110 | 100111 | 11111 | 1000000 | 100101 |
Color Harmonies of #9C6222
Complementary color
Monochromatic Colors of #9C6222
Black with #9C6222
Text Example
Text Example
White with #9C6222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6222; }
p { color: rgb(156,98,34); }
H1.HeaderClassName
{
color: #9C6222;
}
.AnyTagClassName
{
color: #9C6222;
}
</style>
background-color css
<style>
a { background-color: #9C6222; }
a { background-color: rgb(156,98,34); }
div.DivClassName
{
background-color: #9C6222;
}
.BgClassName
{
background-color: #9C6222;
}
</style>
border-color css
<style>
span { border-color: #9C6222; }
span { border-color: rgb(156,98,34); }
td.TdClassName
{
border-color: #9C6222;
}
.TagClassName
{
border-color: #9C6222;
}
</style>