Shades of Afghan Tan #91511E
Tints of Afghan Tan #91511E
RGB
CMYK
RGB Variations
Color information
#91511E (or 0x91511E) is known color: Afghan Tan. HEX triplet: 91, 51 and 1E. RGB value is (145,81,30). Sum of RGB (Red+Green+Blue) = 145+81+30=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #91511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91511E is #6EAEE1. Grayscale: #5E5E5E. Windows color (decimal): -7253730 or 1986961. OLE color: 1986961.
HSL color Cylindrical-coordinate representation of color #91511E: hue angle of 26.61º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #91511E is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 81 | 30 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.43 |
| HSL | 26.61º | 0.66% | 0.34% | - |
| HSV(B) | 26.61º | 0.79% | 0.57% | - |
| XYZ | 14.85 | 12 | 2.76 | - |
| YUV | 94.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 30 | 0 | 0.44 | 0.79 | 0.43 | 26.61 | 0.66 | 0.34 |
| Hex | 91 | 51 | 1E | 0 | 2C | 4F | 2B | 1B | 42 | 22 |
| Octal | 221 | 121 | 36 | 0 | 54 | 117 | 53 | 33 | 102 | 42 |
| Binary | 10010001 | 1010001 | 11110 | 0 | 101100 | 1001111 | 101011 | 11011 | 1000010 | 100010 |
Color Harmonies of #91511E
Complementary color
Monochromatic Colors of #91511E
Black with #91511E
Text Example
Text Example
White with #91511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91511E; }
p { color: rgb(145,81,30); }
H1.HeaderClassName
{
color: #91511E;
}
.AnyTagClassName
{
color: #91511E;
}
</style>
background-color css
<style>
a { background-color: #91511E; }
a { background-color: rgb(145,81,30); }
div.DivClassName
{
background-color: #91511E;
}
.BgClassName
{
background-color: #91511E;
}
</style>
border-color css
<style>
span { border-color: #91511E; }
span { border-color: rgb(145,81,30); }
td.TdClassName
{
border-color: #91511E;
}
.TagClassName
{
border-color: #91511E;
}
</style>