Shades of Afghan Tan #9E6024
Tints of Afghan Tan #9E6024
RGB
CMYK
RGB Variations
Color information
#9E6024 (or 0x9E6024) is known color: Afghan Tan. HEX triplet: 9E, 60 and 24. RGB value is (158,96,36). Sum of RGB (Red+Green+Blue) = 158+96+36=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6024 is #619FDB. Grayscale: #6B6B6B. Windows color (decimal): -6397916 or 2384030. OLE color: 2384030.
HSL color Cylindrical-coordinate representation of color #9E6024: hue angle of 29.51º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E6024 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 96 | 36 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.38 |
| HSL | 29.51º | 0.63% | 0.38% | - |
| HSV(B) | 29.51º | 0.77% | 0.62% | - |
| XYZ | 18.6 | 15.76 | 3.73 | - |
| YUV | 107.7 | 87.54 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 36 | 0 | 0.39 | 0.77 | 0.38 | 29.51 | 0.63 | 0.38 |
| Hex | 9E | 60 | 24 | 0 | 27 | 4D | 26 | 1E | 3F | 26 |
| Octal | 236 | 140 | 44 | 0 | 47 | 115 | 46 | 36 | 77 | 46 |
| Binary | 10011110 | 1100000 | 100100 | 0 | 100111 | 1001101 | 100110 | 11110 | 111111 | 100110 |
Color Harmonies of #9E6024
Complementary color
Monochromatic Colors of #9E6024
Black with #9E6024
Text Example
Text Example
White with #9E6024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6024; }
p { color: rgb(158,96,36); }
H1.HeaderClassName
{
color: #9E6024;
}
.AnyTagClassName
{
color: #9E6024;
}
</style>
background-color css
<style>
a { background-color: #9E6024; }
a { background-color: rgb(158,96,36); }
div.DivClassName
{
background-color: #9E6024;
}
.BgClassName
{
background-color: #9E6024;
}
</style>
border-color css
<style>
span { border-color: #9E6024; }
span { border-color: rgb(158,96,36); }
td.TdClassName
{
border-color: #9E6024;
}
.TagClassName
{
border-color: #9E6024;
}
</style>