Shades of Afghan Tan #996128
Tints of Afghan Tan #996128
RGB
CMYK
RGB Variations
Color information
#996128 (or 0x996128) is known color: Afghan Tan. HEX triplet: 99, 61 and 28. RGB value is (153,97,40). Sum of RGB (Red+Green+Blue) = 153+97+40=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #996128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996128 is #669ED7. Grayscale: #6B6B6B. Windows color (decimal): -6725336 or 2646425. OLE color: 2646425.
HSL color Cylindrical-coordinate representation of color #996128: hue angle of 30.27º 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 #996128 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 40 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.4 |
| HSL | 30.27º | 0.59% | 0.38% | - |
| HSV(B) | 30.27º | 0.74% | 0.6% | - |
| XYZ | 17.79 | 15.47 | 4.06 | - |
| YUV | 107.25 | 90.05 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 40 | 0 | 0.37 | 0.74 | 0.4 | 30.27 | 0.59 | 0.38 |
| Hex | 99 | 61 | 28 | 0 | 25 | 4A | 28 | 1E | 3B | 26 |
| Octal | 231 | 141 | 50 | 0 | 45 | 112 | 50 | 36 | 73 | 46 |
| Binary | 10011001 | 1100001 | 101000 | 0 | 100101 | 1001010 | 101000 | 11110 | 111011 | 100110 |
Color Harmonies of #996128
Complementary color
Monochromatic Colors of #996128
Black with #996128
Text Example
Text Example
White with #996128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996128; }
p { color: rgb(153,97,40); }
H1.HeaderClassName
{
color: #996128;
}
.AnyTagClassName
{
color: #996128;
}
</style>
background-color css
<style>
a { background-color: #996128; }
a { background-color: rgb(153,97,40); }
div.DivClassName
{
background-color: #996128;
}
.BgClassName
{
background-color: #996128;
}
</style>
border-color css
<style>
span { border-color: #996128; }
span { border-color: rgb(153,97,40); }
td.TdClassName
{
border-color: #996128;
}
.TagClassName
{
border-color: #996128;
}
</style>