Shades of Afghan Tan #93611F
Tints of Afghan Tan #93611F
RGB
CMYK
RGB Variations
Color information
#93611F (or 0x93611F) is known color: Afghan Tan. HEX triplet: 93, 61 and 1F. RGB value is (147,97,31). Sum of RGB (Red+Green+Blue) = 147+97+31=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93611F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93611F is #6C9EE0. Grayscale: #686868. Windows color (decimal): -7118561 or 2056595. OLE color: 2056595.
HSL color Cylindrical-coordinate representation of color #93611F: hue angle of 34.14º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93611F is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 97 | 31 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.42 |
| HSL | 34.14º | 0.65% | 0.35% | - |
| HSV(B) | 34.14º | 0.79% | 0.58% | - |
| XYZ | 16.55 | 14.85 | 3.29 | - |
| YUV | 104.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 31 | 0 | 0.34 | 0.79 | 0.42 | 34.14 | 0.65 | 0.35 |
| Hex | 93 | 61 | 1F | 0 | 22 | 4F | 2A | 22 | 41 | 23 |
| Octal | 223 | 141 | 37 | 0 | 42 | 117 | 52 | 42 | 101 | 43 |
| Binary | 10010011 | 1100001 | 11111 | 0 | 100010 | 1001111 | 101010 | 100010 | 1000001 | 100011 |
Color Harmonies of #93611F
Complementary color
Monochromatic Colors of #93611F
Black with #93611F
Text Example
Text Example
White with #93611F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93611F; }
p { color: rgb(147,97,31); }
H1.HeaderClassName
{
color: #93611F;
}
.AnyTagClassName
{
color: #93611F;
}
</style>
background-color css
<style>
a { background-color: #93611F; }
a { background-color: rgb(147,97,31); }
div.DivClassName
{
background-color: #93611F;
}
.BgClassName
{
background-color: #93611F;
}
</style>
border-color css
<style>
span { border-color: #93611F; }
span { border-color: rgb(147,97,31); }
td.TdClassName
{
border-color: #93611F;
}
.TagClassName
{
border-color: #93611F;
}
</style>