Shades of Afghan Tan #99642C
Tints of Afghan Tan #99642C
RGB
CMYK
RGB Variations
Color information
#99642C (or 0x99642C) is known color: Afghan Tan. HEX triplet: 99, 64 and 2C. RGB value is (153,100,44). Sum of RGB (Red+Green+Blue) = 153+100+44=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99642C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99642C is #669BD3. Grayscale: #6D6D6D. Windows color (decimal): -6724564 or 2909337. OLE color: 2909337.
HSL color Cylindrical-coordinate representation of color #99642C: hue angle of 30.83º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99642C is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 44 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.4 |
| HSL | 30.83º | 0.55% | 0.39% | - |
| HSV(B) | 30.83º | 0.71% | 0.6% | - |
| XYZ | 18.15 | 16.07 | 4.53 | - |
| YUV | 109.46 | 91.06 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 44 | 0 | 0.35 | 0.71 | 0.4 | 30.83 | 0.55 | 0.39 |
| Hex | 99 | 64 | 2C | 0 | 23 | 47 | 28 | 1F | 37 | 27 |
| Octal | 231 | 144 | 54 | 0 | 43 | 107 | 50 | 37 | 67 | 47 |
| Binary | 10011001 | 1100100 | 101100 | 0 | 100011 | 1000111 | 101000 | 11111 | 110111 | 100111 |
Color Harmonies of #99642C
Complementary color
Monochromatic Colors of #99642C
Black with #99642C
Text Example
Text Example
White with #99642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99642C; }
p { color: rgb(153,100,44); }
H1.HeaderClassName
{
color: #99642C;
}
.AnyTagClassName
{
color: #99642C;
}
</style>
background-color css
<style>
a { background-color: #99642C; }
a { background-color: rgb(153,100,44); }
div.DivClassName
{
background-color: #99642C;
}
.BgClassName
{
background-color: #99642C;
}
</style>
border-color css
<style>
span { border-color: #99642C; }
span { border-color: rgb(153,100,44); }
td.TdClassName
{
border-color: #99642C;
}
.TagClassName
{
border-color: #99642C;
}
</style>