Shades of Dark Tan #99644F
Tints of Dark Tan #99644F
RGB
CMYK
RGB Variations
Color information
#99644F (or 0x99644F) is known color: Dark Tan. HEX triplet: 99, 64 and 4F. RGB value is (153,100,79). Sum of RGB (Red+Green+Blue) = 153+100+79=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99644F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99644F is #669BB0. Grayscale: #717171. Windows color (decimal): -6724529 or 5203097. OLE color: 5203097.
HSL color Cylindrical-coordinate representation of color #99644F: hue angle of 17.03º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99644F is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 79 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.4 |
| HSL | 17.03º | 0.32% | 0.45% | - |
| HSV(B) | 17.03º | 0.48% | 0.6% | - |
| XYZ | 19.11 | 16.45 | 9.57 | - |
| YUV | 113.45 | 108.56 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 79 | 0 | 0.35 | 0.48 | 0.4 | 17.03 | 0.32 | 0.45 |
| Hex | 99 | 64 | 4F | 0 | 23 | 30 | 28 | 11 | 20 | 2D |
| Octal | 231 | 144 | 117 | 0 | 43 | 60 | 50 | 21 | 40 | 55 |
| Binary | 10011001 | 1100100 | 1001111 | 0 | 100011 | 110000 | 101000 | 10001 | 100000 | 101101 |
Color Harmonies of #99644F
Complementary color
Monochromatic Colors of #99644F
Black with #99644F
Text Example
Text Example
White with #99644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99644F; }
p { color: rgb(153,100,79); }
H1.HeaderClassName
{
color: #99644F;
}
.AnyTagClassName
{
color: #99644F;
}
</style>
background-color css
<style>
a { background-color: #99644F; }
a { background-color: rgb(153,100,79); }
div.DivClassName
{
background-color: #99644F;
}
.BgClassName
{
background-color: #99644F;
}
</style>
border-color css
<style>
span { border-color: #99644F; }
span { border-color: rgb(153,100,79); }
td.TdClassName
{
border-color: #99644F;
}
.TagClassName
{
border-color: #99644F;
}
</style>