Shades of Afghan Tan #98561C
Tints of Afghan Tan #98561C
RGB
CMYK
RGB Variations
Color information
#98561C (or 0x98561C) is known color: Afghan Tan. HEX triplet: 98, 56 and 1C. RGB value is (152,86,28). Sum of RGB (Red+Green+Blue) = 152+86+28=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98561C is #67A9E3. Grayscale: #636363. Windows color (decimal): -6793700 or 1857176. OLE color: 1857176.
HSL color Cylindrical-coordinate representation of color #98561C: hue angle of 28.06º 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 #98561C is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 28 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.40 |
| HSL | 28.06º | 0.69% | 0.35% | - |
| HSV(B) | 28.06º | 0.82% | 0.6% | - |
| XYZ | 16.49 | 13.41 | 2.82 | - |
| YUV | 99.12 | 87.87 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 28 | 0 | 0.43 | 0.82 | 0.40 | 28.06 | 0.69 | 0.35 |
| Hex | 98 | 56 | 1C | 0 | 2B | 52 | 28 | 1C | 45 | 23 |
| Octal | 230 | 126 | 34 | 0 | 53 | 122 | 50 | 34 | 105 | 43 |
| Binary | 10011000 | 1010110 | 11100 | 0 | 101011 | 1010010 | 101000 | 11100 | 1000101 | 100011 |
Color Harmonies of #98561C
Complementary color
Monochromatic Colors of #98561C
Black with #98561C
Text Example
Text Example
White with #98561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98561C; }
p { color: rgb(152,86,28); }
H1.HeaderClassName
{
color: #98561C;
}
.AnyTagClassName
{
color: #98561C;
}
</style>
background-color css
<style>
a { background-color: #98561C; }
a { background-color: rgb(152,86,28); }
div.DivClassName
{
background-color: #98561C;
}
.BgClassName
{
background-color: #98561C;
}
</style>
border-color css
<style>
span { border-color: #98561C; }
span { border-color: rgb(152,86,28); }
td.TdClassName
{
border-color: #98561C;
}
.TagClassName
{
border-color: #98561C;
}
</style>