Shades of Afghan Tan #8B621B
Tints of Afghan Tan #8B621B
RGB
CMYK
RGB Variations
Color information
#8B621B (or 0x8B621B) is known color: Afghan Tan. HEX triplet: 8B, 62 and 1B. RGB value is (139,98,27). Sum of RGB (Red+Green+Blue) = 139+98+27=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B621B is #749DE4. Grayscale: #666666. Windows color (decimal): -7642597 or 1794699. OLE color: 1794699.
HSL color Cylindrical-coordinate representation of color #8B621B: hue angle of 38.04º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B621B is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 27 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.45 |
| HSL | 38.04º | 0.67% | 0.33% | - |
| HSV(B) | 38.04º | 0.81% | 0.55% | - |
| XYZ | 15.21 | 14.3 | 3 | - |
| YUV | 102.17 | 85.58 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 27 | 0 | 0.29 | 0.81 | 0.45 | 38.04 | 0.67 | 0.33 |
| Hex | 8B | 62 | 1B | 0 | 1D | 51 | 2D | 26 | 43 | 21 |
| Octal | 213 | 142 | 33 | 0 | 35 | 121 | 55 | 46 | 103 | 41 |
| Binary | 10001011 | 1100010 | 11011 | 0 | 11101 | 1010001 | 101101 | 100110 | 1000011 | 100001 |
Color Harmonies of #8B621B
Complementary color
Monochromatic Colors of #8B621B
Black with #8B621B
Text Example
Text Example
White with #8B621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B621B; }
p { color: rgb(139,98,27); }
H1.HeaderClassName
{
color: #8B621B;
}
.AnyTagClassName
{
color: #8B621B;
}
</style>
background-color css
<style>
a { background-color: #8B621B; }
a { background-color: rgb(139,98,27); }
div.DivClassName
{
background-color: #8B621B;
}
.BgClassName
{
background-color: #8B621B;
}
</style>
border-color css
<style>
span { border-color: #8B621B; }
span { border-color: rgb(139,98,27); }
td.TdClassName
{
border-color: #8B621B;
}
.TagClassName
{
border-color: #8B621B;
}
</style>