Shades of Afghan Tan #996124
Tints of Afghan Tan #996124
RGB
CMYK
RGB Variations
Color information
#996124 (or 0x996124) is known color: Afghan Tan. HEX triplet: 99, 61 and 24. RGB value is (153,97,36). Sum of RGB (Red+Green+Blue) = 153+97+36=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #996124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996124 is #669EDB. Grayscale: #6B6B6B. Windows color (decimal): -6725340 or 2384281. OLE color: 2384281.
HSL color Cylindrical-coordinate representation of color #996124: hue angle of 31.28º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #996124 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 36 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.4 |
| HSL | 31.28º | 0.62% | 0.37% | - |
| HSV(B) | 31.28º | 0.76% | 0.6% | - |
| XYZ | 17.73 | 15.45 | 3.72 | - |
| YUV | 106.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 36 | 0 | 0.37 | 0.76 | 0.4 | 31.28 | 0.62 | 0.37 |
| Hex | 99 | 61 | 24 | 0 | 25 | 4C | 28 | 1F | 3E | 25 |
| Octal | 231 | 141 | 44 | 0 | 45 | 114 | 50 | 37 | 76 | 45 |
| Binary | 10011001 | 1100001 | 100100 | 0 | 100101 | 1001100 | 101000 | 11111 | 111110 | 100101 |
Color Harmonies of #996124
Complementary color
Monochromatic Colors of #996124
Black with #996124
Text Example
Text Example
White with #996124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996124; }
p { color: rgb(153,97,36); }
H1.HeaderClassName
{
color: #996124;
}
.AnyTagClassName
{
color: #996124;
}
</style>
background-color css
<style>
a { background-color: #996124; }
a { background-color: rgb(153,97,36); }
div.DivClassName
{
background-color: #996124;
}
.BgClassName
{
background-color: #996124;
}
</style>
border-color css
<style>
span { border-color: #996124; }
span { border-color: rgb(153,97,36); }
td.TdClassName
{
border-color: #996124;
}
.TagClassName
{
border-color: #996124;
}
</style>