Shades of Afghan Tan #8B621C
Tints of Afghan Tan #8B621C
RGB
CMYK
RGB Variations
Color information
#8B621C (or 0x8B621C) is known color: Afghan Tan. HEX triplet: 8B, 62 and 1C. RGB value is (139,98,28). Sum of RGB (Red+Green+Blue) = 139+98+28=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B621C is #749DE3. Grayscale: #666666. Windows color (decimal): -7642596 or 1860235. OLE color: 1860235.
HSL color Cylindrical-coordinate representation of color #8B621C: hue angle of 37.84º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B621C is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 28 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.45 |
| HSL | 37.84º | 0.66% | 0.33% | - |
| HSV(B) | 37.84º | 0.8% | 0.55% | - |
| XYZ | 15.22 | 14.31 | 3.06 | - |
| YUV | 102.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 28 | 0 | 0.29 | 0.80 | 0.45 | 37.84 | 0.66 | 0.33 |
| Hex | 8B | 62 | 1C | 0 | 1D | 50 | 2D | 26 | 42 | 21 |
| Octal | 213 | 142 | 34 | 0 | 35 | 120 | 55 | 46 | 102 | 41 |
| Binary | 10001011 | 1100010 | 11100 | 0 | 11101 | 1010000 | 101101 | 100110 | 1000010 | 100001 |
Color Harmonies of #8B621C
Complementary color
Monochromatic Colors of #8B621C
Black with #8B621C
Text Example
Text Example
White with #8B621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B621C; }
p { color: rgb(139,98,28); }
H1.HeaderClassName
{
color: #8B621C;
}
.AnyTagClassName
{
color: #8B621C;
}
</style>
background-color css
<style>
a { background-color: #8B621C; }
a { background-color: rgb(139,98,28); }
div.DivClassName
{
background-color: #8B621C;
}
.BgClassName
{
background-color: #8B621C;
}
</style>
border-color css
<style>
span { border-color: #8B621C; }
span { border-color: rgb(139,98,28); }
td.TdClassName
{
border-color: #8B621C;
}
.TagClassName
{
border-color: #8B621C;
}
</style>