Shades of Afghan Tan #94622B
Tints of Afghan Tan #94622B
RGB
CMYK
RGB Variations
Color information
#94622B (or 0x94622B) is known color: Afghan Tan. HEX triplet: 94, 62 and 2B. RGB value is (148,98,43). Sum of RGB (Red+Green+Blue) = 148+98+43=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #94622B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94622B is #6B9DD4. Grayscale: #6A6A6A. Windows color (decimal): -7052757 or 2843284. OLE color: 2843284.
HSL color Cylindrical-coordinate representation of color #94622B: hue angle of 31.43º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94622B is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 98 | 43 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.42 |
| HSL | 31.43º | 0.55% | 0.37% | - |
| HSV(B) | 31.43º | 0.71% | 0.58% | - |
| XYZ | 17.02 | 15.21 | 4.32 | - |
| YUV | 106.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 43 | 0 | 0.34 | 0.71 | 0.42 | 31.43 | 0.55 | 0.37 |
| Hex | 94 | 62 | 2B | 0 | 22 | 47 | 2A | 1F | 37 | 25 |
| Octal | 224 | 142 | 53 | 0 | 42 | 107 | 52 | 37 | 67 | 45 |
| Binary | 10010100 | 1100010 | 101011 | 0 | 100010 | 1000111 | 101010 | 11111 | 110111 | 100101 |
Color Harmonies of #94622B
Complementary color
Monochromatic Colors of #94622B
Black with #94622B
Text Example
Text Example
White with #94622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94622B; }
p { color: rgb(148,98,43); }
H1.HeaderClassName
{
color: #94622B;
}
.AnyTagClassName
{
color: #94622B;
}
</style>
background-color css
<style>
a { background-color: #94622B; }
a { background-color: rgb(148,98,43); }
div.DivClassName
{
background-color: #94622B;
}
.BgClassName
{
background-color: #94622B;
}
</style>
border-color css
<style>
span { border-color: #94622B; }
span { border-color: rgb(148,98,43); }
td.TdClassName
{
border-color: #94622B;
}
.TagClassName
{
border-color: #94622B;
}
</style>