Shades of Afghan Tan #995F20
Tints of Afghan Tan #995F20
RGB
CMYK
RGB Variations
Color information
#995F20 (or 0x995F20) is known color: Afghan Tan. HEX triplet: 99, 5F and 20. RGB value is (153,95,32). Sum of RGB (Red+Green+Blue) = 153+95+32=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #995F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995F20 is #66A0DF. Grayscale: #696969. Windows color (decimal): -6725856 or 2121625. OLE color: 2121625.
HSL color Cylindrical-coordinate representation of color #995F20: hue angle of 31.24º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #995F20 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 95 | 32 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.4 |
| HSL | 31.24º | 0.65% | 0.36% | - |
| HSV(B) | 31.24º | 0.79% | 0.6% | - |
| XYZ | 17.49 | 15.06 | 3.35 | - |
| YUV | 105.16 | 86.72 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 32 | 0 | 0.38 | 0.79 | 0.4 | 31.24 | 0.65 | 0.36 |
| Hex | 99 | 5F | 20 | 0 | 26 | 4F | 28 | 1F | 41 | 24 |
| Octal | 231 | 137 | 40 | 0 | 46 | 117 | 50 | 37 | 101 | 44 |
| Binary | 10011001 | 1011111 | 100000 | 0 | 100110 | 1001111 | 101000 | 11111 | 1000001 | 100100 |
Color Harmonies of #995F20
Complementary color
Monochromatic Colors of #995F20
Black with #995F20
Text Example
Text Example
White with #995F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995F20; }
p { color: rgb(153,95,32); }
H1.HeaderClassName
{
color: #995F20;
}
.AnyTagClassName
{
color: #995F20;
}
</style>
background-color css
<style>
a { background-color: #995F20; }
a { background-color: rgb(153,95,32); }
div.DivClassName
{
background-color: #995F20;
}
.BgClassName
{
background-color: #995F20;
}
</style>
border-color css
<style>
span { border-color: #995F20; }
span { border-color: rgb(153,95,32); }
td.TdClassName
{
border-color: #995F20;
}
.TagClassName
{
border-color: #995F20;
}
</style>