Shades of Afghan Tan #996228
Tints of Afghan Tan #996228
RGB
CMYK
RGB Variations
Color information
#996228 (or 0x996228) is known color: Afghan Tan. HEX triplet: 99, 62 and 28. RGB value is (153,98,40). Sum of RGB (Red+Green+Blue) = 153+98+40=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #996228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996228 is #669DD7. Grayscale: #6C6C6C. Windows color (decimal): -6725080 or 2646681. OLE color: 2646681.
HSL color Cylindrical-coordinate representation of color #996228: hue angle of 30.8º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #996228 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 40 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.4 |
| HSL | 30.8º | 0.59% | 0.38% | - |
| HSV(B) | 30.8º | 0.74% | 0.6% | - |
| XYZ | 17.89 | 15.66 | 4.09 | - |
| YUV | 107.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 40 | 0 | 0.36 | 0.74 | 0.4 | 30.8 | 0.59 | 0.38 |
| Hex | 99 | 62 | 28 | 0 | 24 | 4A | 28 | 1F | 3B | 26 |
| Octal | 231 | 142 | 50 | 0 | 44 | 112 | 50 | 37 | 73 | 46 |
| Binary | 10011001 | 1100010 | 101000 | 0 | 100100 | 1001010 | 101000 | 11111 | 111011 | 100110 |
Color Harmonies of #996228
Complementary color
Monochromatic Colors of #996228
Black with #996228
Text Example
Text Example
White with #996228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996228; }
p { color: rgb(153,98,40); }
H1.HeaderClassName
{
color: #996228;
}
.AnyTagClassName
{
color: #996228;
}
</style>
background-color css
<style>
a { background-color: #996228; }
a { background-color: rgb(153,98,40); }
div.DivClassName
{
background-color: #996228;
}
.BgClassName
{
background-color: #996228;
}
</style>
border-color css
<style>
span { border-color: #996228; }
span { border-color: rgb(153,98,40); }
td.TdClassName
{
border-color: #996228;
}
.TagClassName
{
border-color: #996228;
}
</style>