Shades of Afghan Tan #8F6428
Tints of Afghan Tan #8F6428
RGB
CMYK
RGB Variations
Color information
#8F6428 (or 0x8F6428) is known color: Afghan Tan. HEX triplet: 8F, 64 and 28. RGB value is (143,100,40). Sum of RGB (Red+Green+Blue) = 143+100+40=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6428 is #709BD7. Grayscale: #6A6A6A. Windows color (decimal): -7379928 or 2647183. OLE color: 2647183.
HSL color Cylindrical-coordinate representation of color #8F6428: hue angle of 34.95º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F6428 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 100 | 40 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.44 |
| HSL | 34.95º | 0.56% | 0.36% | - |
| HSV(B) | 34.95º | 0.72% | 0.56% | - |
| XYZ | 16.27 | 15.11 | 4.07 | - |
| YUV | 106.02 | 90.75 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 40 | 0 | 0.30 | 0.72 | 0.44 | 34.95 | 0.56 | 0.36 |
| Hex | 8F | 64 | 28 | 0 | 1E | 48 | 2C | 23 | 38 | 24 |
| Octal | 217 | 144 | 50 | 0 | 36 | 110 | 54 | 43 | 70 | 44 |
| Binary | 10001111 | 1100100 | 101000 | 0 | 11110 | 1001000 | 101100 | 100011 | 111000 | 100100 |
Color Harmonies of #8F6428
Complementary color
Monochromatic Colors of #8F6428
Black with #8F6428
Text Example
Text Example
White with #8F6428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6428; }
p { color: rgb(143,100,40); }
H1.HeaderClassName
{
color: #8F6428;
}
.AnyTagClassName
{
color: #8F6428;
}
</style>
background-color css
<style>
a { background-color: #8F6428; }
a { background-color: rgb(143,100,40); }
div.DivClassName
{
background-color: #8F6428;
}
.BgClassName
{
background-color: #8F6428;
}
</style>
border-color css
<style>
span { border-color: #8F6428; }
span { border-color: rgb(143,100,40); }
td.TdClassName
{
border-color: #8F6428;
}
.TagClassName
{
border-color: #8F6428;
}
</style>