Shades of Afghan Tan #996628
Tints of Afghan Tan #996628
RGB
CMYK
RGB Variations
Color information
#996628 (or 0x996628) is known color: Afghan Tan. HEX triplet: 99, 66 and 28. RGB value is (153,102,40). Sum of RGB (Red+Green+Blue) = 153+102+40=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #996628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996628 is #6699D7. Grayscale: #6E6E6E. Windows color (decimal): -6724056 or 2647705. OLE color: 2647705.
HSL color Cylindrical-coordinate representation of color #996628: hue angle of 32.92º 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 #996628 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 40 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.4 |
| HSL | 32.92º | 0.59% | 0.38% | - |
| HSV(B) | 32.92º | 0.74% | 0.6% | - |
| XYZ | 18.27 | 16.43 | 4.22 | - |
| YUV | 110.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 40 | 0 | 0.33 | 0.74 | 0.4 | 32.92 | 0.59 | 0.38 |
| Hex | 99 | 66 | 28 | 0 | 21 | 4A | 28 | 21 | 3B | 26 |
| Octal | 231 | 146 | 50 | 0 | 41 | 112 | 50 | 41 | 73 | 46 |
| Binary | 10011001 | 1100110 | 101000 | 0 | 100001 | 1001010 | 101000 | 100001 | 111011 | 100110 |
Color Harmonies of #996628
Complementary color
Monochromatic Colors of #996628
Black with #996628
Text Example
Text Example
White with #996628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996628; }
p { color: rgb(153,102,40); }
H1.HeaderClassName
{
color: #996628;
}
.AnyTagClassName
{
color: #996628;
}
</style>
background-color css
<style>
a { background-color: #996628; }
a { background-color: rgb(153,102,40); }
div.DivClassName
{
background-color: #996628;
}
.BgClassName
{
background-color: #996628;
}
</style>
border-color css
<style>
span { border-color: #996628; }
span { border-color: rgb(153,102,40); }
td.TdClassName
{
border-color: #996628;
}
.TagClassName
{
border-color: #996628;
}
</style>