Shades of Afghan Tan #99652B
Tints of Afghan Tan #99652B
RGB
CMYK
RGB Variations
Color information
#99652B (or 0x99652B) is known color: Afghan Tan. HEX triplet: 99, 65 and 2B. RGB value is (153,101,43). Sum of RGB (Red+Green+Blue) = 153+101+43=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99652B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99652B is #669AD4. Grayscale: #6E6E6E. Windows color (decimal): -6724309 or 2844057. OLE color: 2844057.
HSL color Cylindrical-coordinate representation of color #99652B: hue angle of 31.64º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99652B is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 43 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.4 |
| HSL | 31.64º | 0.56% | 0.38% | - |
| HSV(B) | 31.64º | 0.72% | 0.6% | - |
| XYZ | 18.23 | 16.25 | 4.46 | - |
| YUV | 109.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 43 | 0 | 0.34 | 0.72 | 0.4 | 31.64 | 0.56 | 0.38 |
| Hex | 99 | 65 | 2B | 0 | 22 | 48 | 28 | 20 | 38 | 26 |
| Octal | 231 | 145 | 53 | 0 | 42 | 110 | 50 | 40 | 70 | 46 |
| Binary | 10011001 | 1100101 | 101011 | 0 | 100010 | 1001000 | 101000 | 100000 | 111000 | 100110 |
Color Harmonies of #99652B
Complementary color
Monochromatic Colors of #99652B
Black with #99652B
Text Example
Text Example
White with #99652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99652B; }
p { color: rgb(153,101,43); }
H1.HeaderClassName
{
color: #99652B;
}
.AnyTagClassName
{
color: #99652B;
}
</style>
background-color css
<style>
a { background-color: #99652B; }
a { background-color: rgb(153,101,43); }
div.DivClassName
{
background-color: #99652B;
}
.BgClassName
{
background-color: #99652B;
}
</style>
border-color css
<style>
span { border-color: #99652B; }
span { border-color: rgb(153,101,43); }
td.TdClassName
{
border-color: #99652B;
}
.TagClassName
{
border-color: #99652B;
}
</style>