Shades of Afghan Tan #9F6122
Tints of Afghan Tan #9F6122
RGB
CMYK
RGB Variations
Color information
#9F6122 (or 0x9F6122) is known color: Afghan Tan. HEX triplet: 9F, 61 and 22. RGB value is (159,97,34). Sum of RGB (Red+Green+Blue) = 159+97+34=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6122 is #609EDD. Grayscale: #6C6C6C. Windows color (decimal): -6332126 or 2253215. OLE color: 2253215.
HSL color Cylindrical-coordinate representation of color #9F6122: hue angle of 30.24º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F6122 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 97 | 34 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.38 |
| HSL | 30.24º | 0.65% | 0.38% | - |
| HSV(B) | 30.24º | 0.79% | 0.62% | - |
| XYZ | 18.86 | 16.04 | 3.61 | - |
| YUV | 108.36 | 86.04 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 97 | 34 | 0 | 0.39 | 0.79 | 0.38 | 30.24 | 0.65 | 0.38 |
| Hex | 9F | 61 | 22 | 0 | 27 | 4F | 26 | 1E | 41 | 26 |
| Octal | 237 | 141 | 42 | 0 | 47 | 117 | 46 | 36 | 101 | 46 |
| Binary | 10011111 | 1100001 | 100010 | 0 | 100111 | 1001111 | 100110 | 11110 | 1000001 | 100110 |
Color Harmonies of #9F6122
Complementary color
Monochromatic Colors of #9F6122
Black with #9F6122
Text Example
Text Example
White with #9F6122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6122; }
p { color: rgb(159,97,34); }
H1.HeaderClassName
{
color: #9F6122;
}
.AnyTagClassName
{
color: #9F6122;
}
</style>
background-color css
<style>
a { background-color: #9F6122; }
a { background-color: rgb(159,97,34); }
div.DivClassName
{
background-color: #9F6122;
}
.BgClassName
{
background-color: #9F6122;
}
</style>
border-color css
<style>
span { border-color: #9F6122; }
span { border-color: rgb(159,97,34); }
td.TdClassName
{
border-color: #9F6122;
}
.TagClassName
{
border-color: #9F6122;
}
</style>