Shades of Dark Tan #99624D
Tints of Dark Tan #99624D
RGB
CMYK
RGB Variations
Color information
#99624D (or 0x99624D) is known color: Dark Tan. HEX triplet: 99, 62 and 4D. RGB value is (153,98,77). Sum of RGB (Red+Green+Blue) = 153+98+77=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #99624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99624D is #669DB2. Grayscale: #707070. Windows color (decimal): -6725043 or 5071513. OLE color: 5071513.
HSL color Cylindrical-coordinate representation of color #99624D: hue angle of 16.58º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99624D is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 77 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.4 |
| HSL | 16.58º | 0.33% | 0.45% | - |
| HSV(B) | 16.58º | 0.5% | 0.6% | - |
| XYZ | 18.84 | 16.04 | 9.12 | - |
| YUV | 112.05 | 108.22 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 77 | 0 | 0.36 | 0.50 | 0.4 | 16.58 | 0.33 | 0.45 |
| Hex | 99 | 62 | 4D | 0 | 24 | 32 | 28 | 11 | 21 | 2D |
| Octal | 231 | 142 | 115 | 0 | 44 | 62 | 50 | 21 | 41 | 55 |
| Binary | 10011001 | 1100010 | 1001101 | 0 | 100100 | 110010 | 101000 | 10001 | 100001 | 101101 |
Color Harmonies of #99624D
Complementary color
Monochromatic Colors of #99624D
Black with #99624D
Text Example
Text Example
White with #99624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99624D; }
p { color: rgb(153,98,77); }
H1.HeaderClassName
{
color: #99624D;
}
.AnyTagClassName
{
color: #99624D;
}
</style>
background-color css
<style>
a { background-color: #99624D; }
a { background-color: rgb(153,98,77); }
div.DivClassName
{
background-color: #99624D;
}
.BgClassName
{
background-color: #99624D;
}
</style>
border-color css
<style>
span { border-color: #99624D; }
span { border-color: rgb(153,98,77); }
td.TdClassName
{
border-color: #99624D;
}
.TagClassName
{
border-color: #99624D;
}
</style>