Shades of Afghan Tan #89601F
Tints of Afghan Tan #89601F
RGB
CMYK
RGB Variations
Color information
#89601F (or 0x89601F) is known color: Afghan Tan. HEX triplet: 89, 60 and 1F. RGB value is (137,96,31). Sum of RGB (Red+Green+Blue) = 137+96+31=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89601F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89601F is #769FE0. Grayscale: #656565. Windows color (decimal): -7774177 or 2056329. OLE color: 2056329.
HSL color Cylindrical-coordinate representation of color #89601F: hue angle of 36.79º 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 #89601F is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 96 | 31 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.46 |
| HSL | 36.79º | 0.63% | 0.33% | - |
| HSV(B) | 36.79º | 0.77% | 0.54% | - |
| XYZ | 14.75 | 13.78 | 3.18 | - |
| YUV | 100.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 31 | 0 | 0.30 | 0.77 | 0.46 | 36.79 | 0.63 | 0.33 |
| Hex | 89 | 60 | 1F | 0 | 1E | 4D | 2E | 25 | 3F | 21 |
| Octal | 211 | 140 | 37 | 0 | 36 | 115 | 56 | 45 | 77 | 41 |
| Binary | 10001001 | 1100000 | 11111 | 0 | 11110 | 1001101 | 101110 | 100101 | 111111 | 100001 |
Color Harmonies of #89601F
Complementary color
Monochromatic Colors of #89601F
Black with #89601F
Text Example
Text Example
White with #89601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89601F; }
p { color: rgb(137,96,31); }
H1.HeaderClassName
{
color: #89601F;
}
.AnyTagClassName
{
color: #89601F;
}
</style>
background-color css
<style>
a { background-color: #89601F; }
a { background-color: rgb(137,96,31); }
div.DivClassName
{
background-color: #89601F;
}
.BgClassName
{
background-color: #89601F;
}
</style>
border-color css
<style>
span { border-color: #89601F; }
span { border-color: rgb(137,96,31); }
td.TdClassName
{
border-color: #89601F;
}
.TagClassName
{
border-color: #89601F;
}
</style>