Shades of Afghan Tan #9C5B1D
Tints of Afghan Tan #9C5B1D
RGB
CMYK
RGB Variations
Color information
#9C5B1D (or 0x9C5B1D) is known color: Afghan Tan. HEX triplet: 9C, 5B and 1D. RGB value is (156,91,29). Sum of RGB (Red+Green+Blue) = 156+91+29=276 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.52% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5B1D is #63A4E2. Grayscale: #676767. Windows color (decimal): -6530275 or 1923996. OLE color: 1923996.
HSL color Cylindrical-coordinate representation of color #9C5B1D: hue angle of 29.29º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C5B1D is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 91 | 29 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.39 |
| HSL | 29.29º | 0.69% | 0.36% | - |
| HSV(B) | 29.29º | 0.81% | 0.61% | - |
| XYZ | 17.67 | 14.64 | 3.06 | - |
| YUV | 103.37 | 86.03 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 91 | 29 | 0 | 0.42 | 0.81 | 0.39 | 29.29 | 0.69 | 0.36 |
| Hex | 9C | 5B | 1D | 0 | 2A | 51 | 27 | 1D | 45 | 24 |
| Octal | 234 | 133 | 35 | 0 | 52 | 121 | 47 | 35 | 105 | 44 |
| Binary | 10011100 | 1011011 | 11101 | 0 | 101010 | 1010001 | 100111 | 11101 | 1000101 | 100100 |
Color Harmonies of #9C5B1D
Complementary color
Monochromatic Colors of #9C5B1D
Black with #9C5B1D
Text Example
Text Example
White with #9C5B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5B1D; }
p { color: rgb(156,91,29); }
H1.HeaderClassName
{
color: #9C5B1D;
}
.AnyTagClassName
{
color: #9C5B1D;
}
</style>
background-color css
<style>
a { background-color: #9C5B1D; }
a { background-color: rgb(156,91,29); }
div.DivClassName
{
background-color: #9C5B1D;
}
.BgClassName
{
background-color: #9C5B1D;
}
</style>
border-color css
<style>
span { border-color: #9C5B1D; }
span { border-color: rgb(156,91,29); }
td.TdClassName
{
border-color: #9C5B1D;
}
.TagClassName
{
border-color: #9C5B1D;
}
</style>