Shades of Afghan Tan #995F25
Tints of Afghan Tan #995F25
RGB
CMYK
RGB Variations
Color information
#995F25 (or 0x995F25) is known color: Afghan Tan. HEX triplet: 99, 5F and 25. RGB value is (153,95,37). Sum of RGB (Red+Green+Blue) = 153+95+37=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #995F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995F25 is #66A0DA. Grayscale: #6A6A6A. Windows color (decimal): -6725851 or 2449305. OLE color: 2449305.
HSL color Cylindrical-coordinate representation of color #995F25: hue angle of 30º degrees, saturation: 0.61, 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 #995F25 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 95 | 37 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.4 |
| HSL | 30º | 0.61% | 0.37% | - |
| HSV(B) | 30º | 0.76% | 0.6% | - |
| XYZ | 17.56 | 15.09 | 3.74 | - |
| YUV | 105.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 37 | 0 | 0.38 | 0.76 | 0.4 | 30 | 0.61 | 0.37 |
| Hex | 99 | 5F | 25 | 0 | 26 | 4C | 28 | 1E | 3D | 25 |
| Octal | 231 | 137 | 45 | 0 | 46 | 114 | 50 | 36 | 75 | 45 |
| Binary | 10011001 | 1011111 | 100101 | 0 | 100110 | 1001100 | 101000 | 11110 | 111101 | 100101 |
Color Harmonies of #995F25
Complementary color
Monochromatic Colors of #995F25
Black with #995F25
Text Example
Text Example
White with #995F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995F25; }
p { color: rgb(153,95,37); }
H1.HeaderClassName
{
color: #995F25;
}
.AnyTagClassName
{
color: #995F25;
}
</style>
background-color css
<style>
a { background-color: #995F25; }
a { background-color: rgb(153,95,37); }
div.DivClassName
{
background-color: #995F25;
}
.BgClassName
{
background-color: #995F25;
}
</style>
border-color css
<style>
span { border-color: #995F25; }
span { border-color: rgb(153,95,37); }
td.TdClassName
{
border-color: #995F25;
}
.TagClassName
{
border-color: #995F25;
}
</style>