Shades of Afghan Tan #98591C
Tints of Afghan Tan #98591C
RGB
CMYK
RGB Variations
Color information
#98591C (or 0x98591C) is known color: Afghan Tan. HEX triplet: 98, 59 and 1C. RGB value is (152,89,28). Sum of RGB (Red+Green+Blue) = 152+89+28=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #98591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98591C is #67A6E3. Grayscale: #656565. Windows color (decimal): -6792932 or 1857944. OLE color: 1857944.
HSL color Cylindrical-coordinate representation of color #98591C: hue angle of 29.52º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98591C is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 28 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.40 |
| HSL | 29.52º | 0.69% | 0.35% | - |
| HSV(B) | 29.52º | 0.82% | 0.6% | - |
| XYZ | 16.73 | 13.9 | 2.9 | - |
| YUV | 100.88 | 86.87 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 28 | 0 | 0.41 | 0.82 | 0.40 | 29.52 | 0.69 | 0.35 |
| Hex | 98 | 59 | 1C | 0 | 29 | 52 | 28 | 1E | 45 | 23 |
| Octal | 230 | 131 | 34 | 0 | 51 | 122 | 50 | 36 | 105 | 43 |
| Binary | 10011000 | 1011001 | 11100 | 0 | 101001 | 1010010 | 101000 | 11110 | 1000101 | 100011 |
Color Harmonies of #98591C
Complementary color
Monochromatic Colors of #98591C
Black with #98591C
Text Example
Text Example
White with #98591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98591C; }
p { color: rgb(152,89,28); }
H1.HeaderClassName
{
color: #98591C;
}
.AnyTagClassName
{
color: #98591C;
}
</style>
background-color css
<style>
a { background-color: #98591C; }
a { background-color: rgb(152,89,28); }
div.DivClassName
{
background-color: #98591C;
}
.BgClassName
{
background-color: #98591C;
}
</style>
border-color css
<style>
span { border-color: #98591C; }
span { border-color: rgb(152,89,28); }
td.TdClassName
{
border-color: #98591C;
}
.TagClassName
{
border-color: #98591C;
}
</style>