Shades of Afghan Tan #99632C
Tints of Afghan Tan #99632C
RGB
CMYK
RGB Variations
Color information
#99632C (or 0x99632C) is known color: Afghan Tan. HEX triplet: 99, 63 and 2C. RGB value is (153,99,44). Sum of RGB (Red+Green+Blue) = 153+99+44=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99632C is #669CD3. Grayscale: #6D6D6D. Windows color (decimal): -6724820 or 2909081. OLE color: 2909081.
HSL color Cylindrical-coordinate representation of color #99632C: hue angle of 30.28º 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 #99632C is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 44 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.4 |
| HSL | 30.28º | 0.55% | 0.39% | - |
| HSV(B) | 30.28º | 0.71% | 0.6% | - |
| XYZ | 18.05 | 15.88 | 4.5 | - |
| YUV | 108.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 44 | 0 | 0.35 | 0.71 | 0.4 | 30.28 | 0.55 | 0.39 |
| Hex | 99 | 63 | 2C | 0 | 23 | 47 | 28 | 1E | 37 | 27 |
| Octal | 231 | 143 | 54 | 0 | 43 | 107 | 50 | 36 | 67 | 47 |
| Binary | 10011001 | 1100011 | 101100 | 0 | 100011 | 1000111 | 101000 | 11110 | 110111 | 100111 |
Color Harmonies of #99632C
Complementary color
Monochromatic Colors of #99632C
Black with #99632C
Text Example
Text Example
White with #99632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99632C; }
p { color: rgb(153,99,44); }
H1.HeaderClassName
{
color: #99632C;
}
.AnyTagClassName
{
color: #99632C;
}
</style>
background-color css
<style>
a { background-color: #99632C; }
a { background-color: rgb(153,99,44); }
div.DivClassName
{
background-color: #99632C;
}
.BgClassName
{
background-color: #99632C;
}
</style>
border-color css
<style>
span { border-color: #99632C; }
span { border-color: rgb(153,99,44); }
td.TdClassName
{
border-color: #99632C;
}
.TagClassName
{
border-color: #99632C;
}
</style>