Shades of Afghan Tan #9F6323
Tints of Afghan Tan #9F6323
RGB
CMYK
RGB Variations
Color information
#9F6323 (or 0x9F6323) is known color: Afghan Tan. HEX triplet: 9F, 63 and 23. RGB value is (159,99,35). Sum of RGB (Red+Green+Blue) = 159+99+35=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6323 is #609CDC. Grayscale: #6D6D6D. Windows color (decimal): -6331613 or 2319263. OLE color: 2319263.
HSL color Cylindrical-coordinate representation of color #9F6323: hue angle of 30.97º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F6323 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 35 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.38 |
| HSL | 30.97º | 0.64% | 0.38% | - |
| HSV(B) | 30.97º | 0.78% | 0.62% | - |
| XYZ | 19.06 | 16.42 | 3.75 | - |
| YUV | 109.64 | 85.88 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 35 | 0 | 0.38 | 0.78 | 0.38 | 30.97 | 0.64 | 0.38 |
| Hex | 9F | 63 | 23 | 0 | 26 | 4E | 26 | 1F | 40 | 26 |
| Octal | 237 | 143 | 43 | 0 | 46 | 116 | 46 | 37 | 100 | 46 |
| Binary | 10011111 | 1100011 | 100011 | 0 | 100110 | 1001110 | 100110 | 11111 | 1000000 | 100110 |
Color Harmonies of #9F6323
Complementary color
Monochromatic Colors of #9F6323
Black with #9F6323
Text Example
Text Example
White with #9F6323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6323; }
p { color: rgb(159,99,35); }
H1.HeaderClassName
{
color: #9F6323;
}
.AnyTagClassName
{
color: #9F6323;
}
</style>
background-color css
<style>
a { background-color: #9F6323; }
a { background-color: rgb(159,99,35); }
div.DivClassName
{
background-color: #9F6323;
}
.BgClassName
{
background-color: #9F6323;
}
</style>
border-color css
<style>
span { border-color: #9F6323; }
span { border-color: rgb(159,99,35); }
td.TdClassName
{
border-color: #9F6323;
}
.TagClassName
{
border-color: #9F6323;
}
</style>