Shades of Afghan Tan #915E24
Tints of Afghan Tan #915E24
RGB
CMYK
RGB Variations
Color information
#915E24 (or 0x915E24) is known color: Afghan Tan. HEX triplet: 91, 5E and 24. RGB value is (145,94,36). Sum of RGB (Red+Green+Blue) = 145+94+36=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #915E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E24 is #6EA1DB. Grayscale: #666666. Windows color (decimal): -7250396 or 2383505. OLE color: 2383505.
HSL color Cylindrical-coordinate representation of color #915E24: hue angle of 31.93º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #915E24 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 36 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.43 |
| HSL | 31.93º | 0.6% | 0.35% | - |
| HSV(B) | 31.93º | 0.75% | 0.57% | - |
| XYZ | 16 | 14.15 | 3.56 | - |
| YUV | 102.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 36 | 0 | 0.35 | 0.75 | 0.43 | 31.93 | 0.6 | 0.35 |
| Hex | 91 | 5E | 24 | 0 | 23 | 4B | 2B | 20 | 3C | 23 |
| Octal | 221 | 136 | 44 | 0 | 43 | 113 | 53 | 40 | 74 | 43 |
| Binary | 10010001 | 1011110 | 100100 | 0 | 100011 | 1001011 | 101011 | 100000 | 111100 | 100011 |
Color Harmonies of #915E24
Complementary color
Monochromatic Colors of #915E24
Black with #915E24
Text Example
Text Example
White with #915E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E24; }
p { color: rgb(145,94,36); }
H1.HeaderClassName
{
color: #915E24;
}
.AnyTagClassName
{
color: #915E24;
}
</style>
background-color css
<style>
a { background-color: #915E24; }
a { background-color: rgb(145,94,36); }
div.DivClassName
{
background-color: #915E24;
}
.BgClassName
{
background-color: #915E24;
}
</style>
border-color css
<style>
span { border-color: #915E24; }
span { border-color: rgb(145,94,36); }
td.TdClassName
{
border-color: #915E24;
}
.TagClassName
{
border-color: #915E24;
}
</style>