Shades of Afghan Tan #8B6521
Tints of Afghan Tan #8B6521
RGB
CMYK
RGB Variations
Color information
#8B6521 (or 0x8B6521) is known color: Afghan Tan. HEX triplet: 8B, 65 and 21. RGB value is (139,101,33). Sum of RGB (Red+Green+Blue) = 139+101+33=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6521 is #749ADE. Grayscale: #686868. Windows color (decimal): -7641823 or 2188683. OLE color: 2188683.
HSL color Cylindrical-coordinate representation of color #8B6521: hue angle of 38.49º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B6521 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 33 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.45 |
| HSL | 38.49º | 0.62% | 0.34% | - |
| HSV(B) | 38.49º | 0.76% | 0.55% | - |
| XYZ | 15.58 | 14.91 | 3.5 | - |
| YUV | 104.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 33 | 0 | 0.27 | 0.76 | 0.45 | 38.49 | 0.62 | 0.34 |
| Hex | 8B | 65 | 21 | 0 | 1B | 4C | 2D | 26 | 3E | 22 |
| Octal | 213 | 145 | 41 | 0 | 33 | 114 | 55 | 46 | 76 | 42 |
| Binary | 10001011 | 1100101 | 100001 | 0 | 11011 | 1001100 | 101101 | 100110 | 111110 | 100010 |
Color Harmonies of #8B6521
Complementary color
Monochromatic Colors of #8B6521
Black with #8B6521
Text Example
Text Example
White with #8B6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6521; }
p { color: rgb(139,101,33); }
H1.HeaderClassName
{
color: #8B6521;
}
.AnyTagClassName
{
color: #8B6521;
}
</style>
background-color css
<style>
a { background-color: #8B6521; }
a { background-color: rgb(139,101,33); }
div.DivClassName
{
background-color: #8B6521;
}
.BgClassName
{
background-color: #8B6521;
}
</style>
border-color css
<style>
span { border-color: #8B6521; }
span { border-color: rgb(139,101,33); }
td.TdClassName
{
border-color: #8B6521;
}
.TagClassName
{
border-color: #8B6521;
}
</style>