Shades of Afghan Tan #995C27
Tints of Afghan Tan #995C27
RGB
CMYK
RGB Variations
Color information
#995C27 (or 0x995C27) is known color: Afghan Tan. HEX triplet: 99, 5C and 27. RGB value is (153,92,39). Sum of RGB (Red+Green+Blue) = 153+92+39=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #995C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C27 is #66A3D8. Grayscale: #686868. Windows color (decimal): -6726617 or 2579609. OLE color: 2579609.
HSL color Cylindrical-coordinate representation of color #995C27: hue angle of 27.89º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #995C27 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 39 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.4 |
| HSL | 27.89º | 0.59% | 0.38% | - |
| HSV(B) | 27.89º | 0.75% | 0.6% | - |
| XYZ | 17.33 | 14.57 | 3.82 | - |
| YUV | 104.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 39 | 0 | 0.40 | 0.75 | 0.4 | 27.89 | 0.59 | 0.38 |
| Hex | 99 | 5C | 27 | 0 | 28 | 4B | 28 | 1C | 3B | 26 |
| Octal | 231 | 134 | 47 | 0 | 50 | 113 | 50 | 34 | 73 | 46 |
| Binary | 10011001 | 1011100 | 100111 | 0 | 101000 | 1001011 | 101000 | 11100 | 111011 | 100110 |
Color Harmonies of #995C27
Complementary color
Monochromatic Colors of #995C27
Black with #995C27
Text Example
Text Example
White with #995C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C27; }
p { color: rgb(153,92,39); }
H1.HeaderClassName
{
color: #995C27;
}
.AnyTagClassName
{
color: #995C27;
}
</style>
background-color css
<style>
a { background-color: #995C27; }
a { background-color: rgb(153,92,39); }
div.DivClassName
{
background-color: #995C27;
}
.BgClassName
{
background-color: #995C27;
}
</style>
border-color css
<style>
span { border-color: #995C27; }
span { border-color: rgb(153,92,39); }
td.TdClassName
{
border-color: #995C27;
}
.TagClassName
{
border-color: #995C27;
}
</style>