Shades of Afghan Tan #99652A
Tints of Afghan Tan #99652A
RGB
CMYK
RGB Variations
Color information
#99652A (or 0x99652A) is known color: Afghan Tan. HEX triplet: 99, 65 and 2A. RGB value is (153,101,42). Sum of RGB (Red+Green+Blue) = 153+101+42=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99652A is #669AD5. Grayscale: #6E6E6E. Windows color (decimal): -6724310 or 2778521. OLE color: 2778521.
HSL color Cylindrical-coordinate representation of color #99652A: hue angle of 31.89º 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 #99652A is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 42 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.4 |
| HSL | 31.89º | 0.57% | 0.38% | - |
| HSV(B) | 31.89º | 0.73% | 0.6% | - |
| XYZ | 18.21 | 16.25 | 4.37 | - |
| YUV | 109.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 42 | 0 | 0.34 | 0.73 | 0.4 | 31.89 | 0.57 | 0.38 |
| Hex | 99 | 65 | 2A | 0 | 22 | 49 | 28 | 20 | 39 | 26 |
| Octal | 231 | 145 | 52 | 0 | 42 | 111 | 50 | 40 | 71 | 46 |
| Binary | 10011001 | 1100101 | 101010 | 0 | 100010 | 1001001 | 101000 | 100000 | 111001 | 100110 |
Color Harmonies of #99652A
Complementary color
Monochromatic Colors of #99652A
Black with #99652A
Text Example
Text Example
White with #99652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99652A; }
p { color: rgb(153,101,42); }
H1.HeaderClassName
{
color: #99652A;
}
.AnyTagClassName
{
color: #99652A;
}
</style>
background-color css
<style>
a { background-color: #99652A; }
a { background-color: rgb(153,101,42); }
div.DivClassName
{
background-color: #99652A;
}
.BgClassName
{
background-color: #99652A;
}
</style>
border-color css
<style>
span { border-color: #99652A; }
span { border-color: rgb(153,101,42); }
td.TdClassName
{
border-color: #99652A;
}
.TagClassName
{
border-color: #99652A;
}
</style>