Shades of Afghan Tan #9E6524
Tints of Afghan Tan #9E6524
RGB
CMYK
RGB Variations
Color information
#9E6524 (or 0x9E6524) is known color: Afghan Tan. HEX triplet: 9E, 65 and 24. RGB value is (158,101,36). Sum of RGB (Red+Green+Blue) = 158+101+36=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6524 is #619ADB. Grayscale: #6E6E6E. Windows color (decimal): -6396636 or 2385310. OLE color: 2385310.
HSL color Cylindrical-coordinate representation of color #9E6524: hue angle of 31.97º 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 #9E6524 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 36 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.38 |
| HSL | 31.97º | 0.63% | 0.38% | - |
| HSV(B) | 31.97º | 0.77% | 0.62% | - |
| XYZ | 19.07 | 16.7 | 3.89 | - |
| YUV | 110.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 36 | 0 | 0.36 | 0.77 | 0.38 | 31.97 | 0.63 | 0.38 |
| Hex | 9E | 65 | 24 | 0 | 24 | 4D | 26 | 20 | 3F | 26 |
| Octal | 236 | 145 | 44 | 0 | 44 | 115 | 46 | 40 | 77 | 46 |
| Binary | 10011110 | 1100101 | 100100 | 0 | 100100 | 1001101 | 100110 | 100000 | 111111 | 100110 |
Color Harmonies of #9E6524
Complementary color
Monochromatic Colors of #9E6524
Black with #9E6524
Text Example
Text Example
White with #9E6524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6524; }
p { color: rgb(158,101,36); }
H1.HeaderClassName
{
color: #9E6524;
}
.AnyTagClassName
{
color: #9E6524;
}
</style>
background-color css
<style>
a { background-color: #9E6524; }
a { background-color: rgb(158,101,36); }
div.DivClassName
{
background-color: #9E6524;
}
.BgClassName
{
background-color: #9E6524;
}
</style>
border-color css
<style>
span { border-color: #9E6524; }
span { border-color: rgb(158,101,36); }
td.TdClassName
{
border-color: #9E6524;
}
.TagClassName
{
border-color: #9E6524;
}
</style>