Shades of Afghan Tan #9C6325
Tints of Afghan Tan #9C6325
RGB
CMYK
RGB Variations
Color information
#9C6325 (or 0x9C6325) is known color: Afghan Tan. HEX triplet: 9C, 63 and 25. RGB value is (156,99,37). Sum of RGB (Red+Green+Blue) = 156+99+37=292 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.42% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6325 is #639CDA. Grayscale: #6D6D6D. Windows color (decimal): -6528219 or 2450332. OLE color: 2450332.
HSL color Cylindrical-coordinate representation of color #9C6325: hue angle of 31.26º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C6325 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 99 | 37 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.39 |
| HSL | 31.26º | 0.62% | 0.38% | - |
| HSV(B) | 31.26º | 0.76% | 0.61% | - |
| XYZ | 18.51 | 16.13 | 3.89 | - |
| YUV | 108.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 37 | 0 | 0.37 | 0.76 | 0.39 | 31.26 | 0.62 | 0.38 |
| Hex | 9C | 63 | 25 | 0 | 25 | 4C | 27 | 1F | 3E | 26 |
| Octal | 234 | 143 | 45 | 0 | 45 | 114 | 47 | 37 | 76 | 46 |
| Binary | 10011100 | 1100011 | 100101 | 0 | 100101 | 1001100 | 100111 | 11111 | 111110 | 100110 |
Color Harmonies of #9C6325
Complementary color
Monochromatic Colors of #9C6325
Black with #9C6325
Text Example
Text Example
White with #9C6325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6325; }
p { color: rgb(156,99,37); }
H1.HeaderClassName
{
color: #9C6325;
}
.AnyTagClassName
{
color: #9C6325;
}
</style>
background-color css
<style>
a { background-color: #9C6325; }
a { background-color: rgb(156,99,37); }
div.DivClassName
{
background-color: #9C6325;
}
.BgClassName
{
background-color: #9C6325;
}
</style>
border-color css
<style>
span { border-color: #9C6325; }
span { border-color: rgb(156,99,37); }
td.TdClassName
{
border-color: #9C6325;
}
.TagClassName
{
border-color: #9C6325;
}
</style>