Shades of Afghan Tan #89621F
Tints of Afghan Tan #89621F
RGB
CMYK
RGB Variations
Color information
#89621F (or 0x89621F) is known color: Afghan Tan. HEX triplet: 89, 62 and 1F. RGB value is (137,98,31). Sum of RGB (Red+Green+Blue) = 137+98+31=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89621F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89621F is #769DE0. Grayscale: #666666. Windows color (decimal): -7773665 or 2056841. OLE color: 2056841.
HSL color Cylindrical-coordinate representation of color #89621F: hue angle of 37.92º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89621F is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 31 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.46 |
| HSL | 37.92º | 0.63% | 0.33% | - |
| HSV(B) | 37.92º | 0.77% | 0.54% | - |
| XYZ | 14.93 | 14.15 | 3.24 | - |
| YUV | 102.02 | 87.92 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 31 | 0 | 0.28 | 0.77 | 0.46 | 37.92 | 0.63 | 0.33 |
| Hex | 89 | 62 | 1F | 0 | 1C | 4D | 2E | 26 | 3F | 21 |
| Octal | 211 | 142 | 37 | 0 | 34 | 115 | 56 | 46 | 77 | 41 |
| Binary | 10001001 | 1100010 | 11111 | 0 | 11100 | 1001101 | 101110 | 100110 | 111111 | 100001 |
Color Harmonies of #89621F
Complementary color
Monochromatic Colors of #89621F
Black with #89621F
Text Example
Text Example
White with #89621F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89621F; }
p { color: rgb(137,98,31); }
H1.HeaderClassName
{
color: #89621F;
}
.AnyTagClassName
{
color: #89621F;
}
</style>
background-color css
<style>
a { background-color: #89621F; }
a { background-color: rgb(137,98,31); }
div.DivClassName
{
background-color: #89621F;
}
.BgClassName
{
background-color: #89621F;
}
</style>
border-color css
<style>
span { border-color: #89621F; }
span { border-color: rgb(137,98,31); }
td.TdClassName
{
border-color: #89621F;
}
.TagClassName
{
border-color: #89621F;
}
</style>