Shades of Afghan Tan #90621D
Tints of Afghan Tan #90621D
RGB
CMYK
RGB Variations
Color information
#90621D (or 0x90621D) is known color: Afghan Tan. HEX triplet: 90, 62 and 1D. RGB value is (144,98,29). Sum of RGB (Red+Green+Blue) = 144+98+29=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #90621D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90621D is #6F9DE2. Grayscale: #686868. Windows color (decimal): -7314915 or 1925776. OLE color: 1925776.
HSL color Cylindrical-coordinate representation of color #90621D: hue angle of 36º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90621D is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 29 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.44 |
| HSL | 36º | 0.66% | 0.34% | - |
| HSV(B) | 36º | 0.8% | 0.56% | - |
| XYZ | 16.09 | 14.75 | 3.16 | - |
| YUV | 103.89 | 85.74 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 29 | 0 | 0.32 | 0.80 | 0.44 | 36 | 0.66 | 0.34 |
| Hex | 90 | 62 | 1D | 0 | 20 | 50 | 2C | 24 | 42 | 22 |
| Octal | 220 | 142 | 35 | 0 | 40 | 120 | 54 | 44 | 102 | 42 |
| Binary | 10010000 | 1100010 | 11101 | 0 | 100000 | 1010000 | 101100 | 100100 | 1000010 | 100010 |
Color Harmonies of #90621D
Complementary color
Monochromatic Colors of #90621D
Black with #90621D
Text Example
Text Example
White with #90621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90621D; }
p { color: rgb(144,98,29); }
H1.HeaderClassName
{
color: #90621D;
}
.AnyTagClassName
{
color: #90621D;
}
</style>
background-color css
<style>
a { background-color: #90621D; }
a { background-color: rgb(144,98,29); }
div.DivClassName
{
background-color: #90621D;
}
.BgClassName
{
background-color: #90621D;
}
</style>
border-color css
<style>
span { border-color: #90621D; }
span { border-color: rgb(144,98,29); }
td.TdClassName
{
border-color: #90621D;
}
.TagClassName
{
border-color: #90621D;
}
</style>