Shades of Afghan Tan #996221
Tints of Afghan Tan #996221
RGB
CMYK
RGB Variations
Color information
#996221 (or 0x996221) is known color: Afghan Tan. HEX triplet: 99, 62 and 21. RGB value is (153,98,33). Sum of RGB (Red+Green+Blue) = 153+98+33=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #996221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996221 is #669DDE. Grayscale: #6B6B6B. Windows color (decimal): -6725087 or 2187929. OLE color: 2187929.
HSL color Cylindrical-coordinate representation of color #996221: hue angle of 32.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #996221 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 33 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.4 |
| HSL | 32.5º | 0.65% | 0.36% | - |
| HSV(B) | 32.5º | 0.78% | 0.6% | - |
| XYZ | 17.78 | 15.62 | 3.52 | - |
| YUV | 107.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 33 | 0 | 0.36 | 0.78 | 0.4 | 32.5 | 0.65 | 0.36 |
| Hex | 99 | 62 | 21 | 0 | 24 | 4E | 28 | 20 | 41 | 24 |
| Octal | 231 | 142 | 41 | 0 | 44 | 116 | 50 | 40 | 101 | 44 |
| Binary | 10011001 | 1100010 | 100001 | 0 | 100100 | 1001110 | 101000 | 100000 | 1000001 | 100100 |
Color Harmonies of #996221
Complementary color
Monochromatic Colors of #996221
Black with #996221
Text Example
Text Example
White with #996221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996221; }
p { color: rgb(153,98,33); }
H1.HeaderClassName
{
color: #996221;
}
.AnyTagClassName
{
color: #996221;
}
</style>
background-color css
<style>
a { background-color: #996221; }
a { background-color: rgb(153,98,33); }
div.DivClassName
{
background-color: #996221;
}
.BgClassName
{
background-color: #996221;
}
</style>
border-color css
<style>
span { border-color: #996221; }
span { border-color: rgb(153,98,33); }
td.TdClassName
{
border-color: #996221;
}
.TagClassName
{
border-color: #996221;
}
</style>