Shades of Afghan Tan #96662B
Tints of Afghan Tan #96662B
RGB
CMYK
RGB Variations
Color information
#96662B (or 0x96662B) is known color: Afghan Tan. HEX triplet: 96, 66 and 2B. RGB value is (150,102,43). Sum of RGB (Red+Green+Blue) = 150+102+43=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96662B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96662B is #6999D4. Grayscale: #6D6D6D. Windows color (decimal): -6920661 or 2844310. OLE color: 2844310.
HSL color Cylindrical-coordinate representation of color #96662B: hue angle of 33.08º 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 #96662B is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 43 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.41 |
| HSL | 33.08º | 0.55% | 0.38% | - |
| HSV(B) | 33.08º | 0.71% | 0.59% | - |
| XYZ | 17.77 | 16.16 | 4.47 | - |
| YUV | 109.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 43 | 0 | 0.32 | 0.71 | 0.41 | 33.08 | 0.55 | 0.38 |
| Hex | 96 | 66 | 2B | 0 | 20 | 47 | 29 | 21 | 37 | 26 |
| Octal | 226 | 146 | 53 | 0 | 40 | 107 | 51 | 41 | 67 | 46 |
| Binary | 10010110 | 1100110 | 101011 | 0 | 100000 | 1000111 | 101001 | 100001 | 110111 | 100110 |
Color Harmonies of #96662B
Complementary color
Monochromatic Colors of #96662B
Black with #96662B
Text Example
Text Example
White with #96662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96662B; }
p { color: rgb(150,102,43); }
H1.HeaderClassName
{
color: #96662B;
}
.AnyTagClassName
{
color: #96662B;
}
</style>
background-color css
<style>
a { background-color: #96662B; }
a { background-color: rgb(150,102,43); }
div.DivClassName
{
background-color: #96662B;
}
.BgClassName
{
background-color: #96662B;
}
</style>
border-color css
<style>
span { border-color: #96662B; }
span { border-color: rgb(150,102,43); }
td.TdClassName
{
border-color: #96662B;
}
.TagClassName
{
border-color: #96662B;
}
</style>