Shades of Afghan Tan #995C24
Tints of Afghan Tan #995C24
RGB
CMYK
RGB Variations
Color information
#995C24 (or 0x995C24) is known color: Afghan Tan. HEX triplet: 99, 5C and 24. RGB value is (153,92,36). Sum of RGB (Red+Green+Blue) = 153+92+36=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #995C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C24 is #66A3DB. Grayscale: #686868. Windows color (decimal): -6726620 or 2383001. OLE color: 2383001.
HSL color Cylindrical-coordinate representation of color #995C24: hue angle of 28.72º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #995C24 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 36 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.4 |
| HSL | 28.72º | 0.62% | 0.37% | - |
| HSV(B) | 28.72º | 0.76% | 0.6% | - |
| XYZ | 17.28 | 14.55 | 3.57 | - |
| YUV | 103.86 | 89.71 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 36 | 0 | 0.40 | 0.76 | 0.4 | 28.72 | 0.62 | 0.37 |
| Hex | 99 | 5C | 24 | 0 | 28 | 4C | 28 | 1D | 3E | 25 |
| Octal | 231 | 134 | 44 | 0 | 50 | 114 | 50 | 35 | 76 | 45 |
| Binary | 10011001 | 1011100 | 100100 | 0 | 101000 | 1001100 | 101000 | 11101 | 111110 | 100101 |
Color Harmonies of #995C24
Complementary color
Monochromatic Colors of #995C24
Black with #995C24
Text Example
Text Example
White with #995C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C24; }
p { color: rgb(153,92,36); }
H1.HeaderClassName
{
color: #995C24;
}
.AnyTagClassName
{
color: #995C24;
}
</style>
background-color css
<style>
a { background-color: #995C24; }
a { background-color: rgb(153,92,36); }
div.DivClassName
{
background-color: #995C24;
}
.BgClassName
{
background-color: #995C24;
}
</style>
border-color css
<style>
span { border-color: #995C24; }
span { border-color: rgb(153,92,36); }
td.TdClassName
{
border-color: #995C24;
}
.TagClassName
{
border-color: #995C24;
}
</style>