Shades of Afghan Tan #96642B
Tints of Afghan Tan #96642B
RGB
CMYK
RGB Variations
Color information
#96642B (or 0x96642B) is known color: Afghan Tan. HEX triplet: 96, 64 and 2B. RGB value is (150,100,43). Sum of RGB (Red+Green+Blue) = 150+100+43=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96642B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96642B is #699BD4. Grayscale: #6C6C6C. Windows color (decimal): -6921173 or 2843798. OLE color: 2843798.
HSL color Cylindrical-coordinate representation of color #96642B: hue angle of 31.96º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96642B is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 43 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.41 |
| HSL | 31.96º | 0.55% | 0.38% | - |
| HSV(B) | 31.96º | 0.71% | 0.59% | - |
| XYZ | 17.57 | 15.77 | 4.4 | - |
| YUV | 108.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 43 | 0 | 0.33 | 0.71 | 0.41 | 31.96 | 0.55 | 0.38 |
| Hex | 96 | 64 | 2B | 0 | 21 | 47 | 29 | 20 | 37 | 26 |
| Octal | 226 | 144 | 53 | 0 | 41 | 107 | 51 | 40 | 67 | 46 |
| Binary | 10010110 | 1100100 | 101011 | 0 | 100001 | 1000111 | 101001 | 100000 | 110111 | 100110 |
Color Harmonies of #96642B
Complementary color
Monochromatic Colors of #96642B
Black with #96642B
Text Example
Text Example
White with #96642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96642B; }
p { color: rgb(150,100,43); }
H1.HeaderClassName
{
color: #96642B;
}
.AnyTagClassName
{
color: #96642B;
}
</style>
background-color css
<style>
a { background-color: #96642B; }
a { background-color: rgb(150,100,43); }
div.DivClassName
{
background-color: #96642B;
}
.BgClassName
{
background-color: #96642B;
}
</style>
border-color css
<style>
span { border-color: #96642B; }
span { border-color: rgb(150,100,43); }
td.TdClassName
{
border-color: #96642B;
}
.TagClassName
{
border-color: #96642B;
}
</style>