Shades of Afghan Tan #996222
Tints of Afghan Tan #996222
RGB
CMYK
RGB Variations
Color information
#996222 (or 0x996222) is known color: Afghan Tan. HEX triplet: 99, 62 and 22. RGB value is (153,98,34). Sum of RGB (Red+Green+Blue) = 153+98+34=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #996222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996222 is #669DDD. Grayscale: #6B6B6B. Windows color (decimal): -6725086 or 2253465. OLE color: 2253465.
HSL color Cylindrical-coordinate representation of color #996222: hue angle of 32.27º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #996222 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 34 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.4 |
| HSL | 32.27º | 0.64% | 0.37% | - |
| HSV(B) | 32.27º | 0.78% | 0.6% | - |
| XYZ | 17.79 | 15.62 | 3.59 | - |
| YUV | 107.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 34 | 0 | 0.36 | 0.78 | 0.4 | 32.27 | 0.64 | 0.37 |
| Hex | 99 | 62 | 22 | 0 | 24 | 4E | 28 | 20 | 40 | 25 |
| Octal | 231 | 142 | 42 | 0 | 44 | 116 | 50 | 40 | 100 | 45 |
| Binary | 10011001 | 1100010 | 100010 | 0 | 100100 | 1001110 | 101000 | 100000 | 1000000 | 100101 |
Color Harmonies of #996222
Complementary color
Monochromatic Colors of #996222
Black with #996222
Text Example
Text Example
White with #996222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996222; }
p { color: rgb(153,98,34); }
H1.HeaderClassName
{
color: #996222;
}
.AnyTagClassName
{
color: #996222;
}
</style>
background-color css
<style>
a { background-color: #996222; }
a { background-color: rgb(153,98,34); }
div.DivClassName
{
background-color: #996222;
}
.BgClassName
{
background-color: #996222;
}
</style>
border-color css
<style>
span { border-color: #996222; }
span { border-color: rgb(153,98,34); }
td.TdClassName
{
border-color: #996222;
}
.TagClassName
{
border-color: #996222;
}
</style>