Shades of Afghan Tan #99642A
Tints of Afghan Tan #99642A
RGB
CMYK
RGB Variations
Color information
#99642A (or 0x99642A) is known color: Afghan Tan. HEX triplet: 99, 64 and 2A. RGB value is (153,100,42). Sum of RGB (Red+Green+Blue) = 153+100+42=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #99642A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99642A is #669BD5. Grayscale: #6D6D6D. Windows color (decimal): -6724566 or 2778265. OLE color: 2778265.
HSL color Cylindrical-coordinate representation of color #99642A: hue angle of 31.35º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99642A is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 42 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.4 |
| HSL | 31.35º | 0.57% | 0.38% | - |
| HSV(B) | 31.35º | 0.73% | 0.6% | - |
| XYZ | 18.11 | 16.05 | 4.33 | - |
| YUV | 109.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 42 | 0 | 0.35 | 0.73 | 0.4 | 31.35 | 0.57 | 0.38 |
| Hex | 99 | 64 | 2A | 0 | 23 | 49 | 28 | 1F | 39 | 26 |
| Octal | 231 | 144 | 52 | 0 | 43 | 111 | 50 | 37 | 71 | 46 |
| Binary | 10011001 | 1100100 | 101010 | 0 | 100011 | 1001001 | 101000 | 11111 | 111001 | 100110 |
Color Harmonies of #99642A
Complementary color
Monochromatic Colors of #99642A
Black with #99642A
Text Example
Text Example
White with #99642A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99642A; }
p { color: rgb(153,100,42); }
H1.HeaderClassName
{
color: #99642A;
}
.AnyTagClassName
{
color: #99642A;
}
</style>
background-color css
<style>
a { background-color: #99642A; }
a { background-color: rgb(153,100,42); }
div.DivClassName
{
background-color: #99642A;
}
.BgClassName
{
background-color: #99642A;
}
</style>
border-color css
<style>
span { border-color: #99642A; }
span { border-color: rgb(153,100,42); }
td.TdClassName
{
border-color: #99642A;
}
.TagClassName
{
border-color: #99642A;
}
</style>