Shades of Afghan Tan #985E24
Tints of Afghan Tan #985E24
RGB
CMYK
RGB Variations
Color information
#985E24 (or 0x985E24) is known color: Afghan Tan. HEX triplet: 98, 5E and 24. RGB value is (152,94,36). Sum of RGB (Red+Green+Blue) = 152+94+36=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #985E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985E24 is #67A1DB. Grayscale: #696969. Windows color (decimal): -6791644 or 2383512. OLE color: 2383512.
HSL color Cylindrical-coordinate representation of color #985E24: hue angle of 30º 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 #985E24 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 36 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.40 |
| HSL | 30º | 0.62% | 0.37% | - |
| HSV(B) | 30º | 0.76% | 0.6% | - |
| XYZ | 17.27 | 14.81 | 3.62 | - |
| YUV | 104.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 36 | 0 | 0.38 | 0.76 | 0.40 | 30 | 0.62 | 0.37 |
| Hex | 98 | 5E | 24 | 0 | 26 | 4C | 28 | 1E | 3E | 25 |
| Octal | 230 | 136 | 44 | 0 | 46 | 114 | 50 | 36 | 76 | 45 |
| Binary | 10011000 | 1011110 | 100100 | 0 | 100110 | 1001100 | 101000 | 11110 | 111110 | 100101 |
Color Harmonies of #985E24
Complementary color
Monochromatic Colors of #985E24
Black with #985E24
Text Example
Text Example
White with #985E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E24; }
p { color: rgb(152,94,36); }
H1.HeaderClassName
{
color: #985E24;
}
.AnyTagClassName
{
color: #985E24;
}
</style>
background-color css
<style>
a { background-color: #985E24; }
a { background-color: rgb(152,94,36); }
div.DivClassName
{
background-color: #985E24;
}
.BgClassName
{
background-color: #985E24;
}
</style>
border-color css
<style>
span { border-color: #985E24; }
span { border-color: rgb(152,94,36); }
td.TdClassName
{
border-color: #985E24;
}
.TagClassName
{
border-color: #985E24;
}
</style>