Shades of Afghan Tan #985E23
Tints of Afghan Tan #985E23
RGB
CMYK
RGB Variations
Color information
#985E23 (or 0x985E23) is known color: Afghan Tan. HEX triplet: 98, 5E and 23. RGB value is (152,94,35). Sum of RGB (Red+Green+Blue) = 152+94+35=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #985E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985E23 is #67A1DC. Grayscale: #686868. Windows color (decimal): -6791645 or 2317976. OLE color: 2317976.
HSL color Cylindrical-coordinate representation of color #985E23: hue angle of 30.26º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #985E23 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 35 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.40 |
| HSL | 30.26º | 0.63% | 0.37% | - |
| HSV(B) | 30.26º | 0.77% | 0.6% | - |
| XYZ | 17.25 | 14.8 | 3.54 | - |
| YUV | 104.62 | 88.72 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 35 | 0 | 0.38 | 0.77 | 0.40 | 30.26 | 0.63 | 0.37 |
| Hex | 98 | 5E | 23 | 0 | 26 | 4D | 28 | 1E | 3F | 25 |
| Octal | 230 | 136 | 43 | 0 | 46 | 115 | 50 | 36 | 77 | 45 |
| Binary | 10011000 | 1011110 | 100011 | 0 | 100110 | 1001101 | 101000 | 11110 | 111111 | 100101 |
Color Harmonies of #985E23
Complementary color
Monochromatic Colors of #985E23
Black with #985E23
Text Example
Text Example
White with #985E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E23; }
p { color: rgb(152,94,35); }
H1.HeaderClassName
{
color: #985E23;
}
.AnyTagClassName
{
color: #985E23;
}
</style>
background-color css
<style>
a { background-color: #985E23; }
a { background-color: rgb(152,94,35); }
div.DivClassName
{
background-color: #985E23;
}
.BgClassName
{
background-color: #985E23;
}
</style>
border-color css
<style>
span { border-color: #985E23; }
span { border-color: rgb(152,94,35); }
td.TdClassName
{
border-color: #985E23;
}
.TagClassName
{
border-color: #985E23;
}
</style>