Shades of Afghan Tan #8B6425
Tints of Afghan Tan #8B6425
RGB
CMYK
RGB Variations
Color information
#8B6425 (or 0x8B6425) is known color: Afghan Tan. HEX triplet: 8B, 64 and 25. RGB value is (139,100,37). Sum of RGB (Red+Green+Blue) = 139+100+37=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6425 is #749BDA. Grayscale: #686868. Windows color (decimal): -7642075 or 2450571. OLE color: 2450571.
HSL color Cylindrical-coordinate representation of color #8B6425: hue angle of 37.06º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B6425 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 100 | 37 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.45 |
| HSL | 37.06º | 0.58% | 0.35% | - |
| HSV(B) | 37.06º | 0.73% | 0.55% | - |
| XYZ | 15.54 | 14.74 | 3.78 | - |
| YUV | 104.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 37 | 0 | 0.28 | 0.73 | 0.45 | 37.06 | 0.58 | 0.35 |
| Hex | 8B | 64 | 25 | 0 | 1C | 49 | 2D | 25 | 3A | 23 |
| Octal | 213 | 144 | 45 | 0 | 34 | 111 | 55 | 45 | 72 | 43 |
| Binary | 10001011 | 1100100 | 100101 | 0 | 11100 | 1001001 | 101101 | 100101 | 111010 | 100011 |
Color Harmonies of #8B6425
Complementary color
Monochromatic Colors of #8B6425
Black with #8B6425
Text Example
Text Example
White with #8B6425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6425; }
p { color: rgb(139,100,37); }
H1.HeaderClassName
{
color: #8B6425;
}
.AnyTagClassName
{
color: #8B6425;
}
</style>
background-color css
<style>
a { background-color: #8B6425; }
a { background-color: rgb(139,100,37); }
div.DivClassName
{
background-color: #8B6425;
}
.BgClassName
{
background-color: #8B6425;
}
</style>
border-color css
<style>
span { border-color: #8B6425; }
span { border-color: rgb(139,100,37); }
td.TdClassName
{
border-color: #8B6425;
}
.TagClassName
{
border-color: #8B6425;
}
</style>