Shades of Dark Tan #99684F
Tints of Dark Tan #99684F
RGB
CMYK
RGB Variations
Color information
#99684F (or 0x99684F) is known color: Dark Tan. HEX triplet: 99, 68 and 4F. RGB value is (153,104,79). Sum of RGB (Red+Green+Blue) = 153+104+79=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #99684F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99684F is #6697B0. Grayscale: #737373. Windows color (decimal): -6723505 or 5204121. OLE color: 5204121.
HSL color Cylindrical-coordinate representation of color #99684F: hue angle of 20.27º 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 #99684F is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 79 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.4 |
| HSL | 20.27º | 0.32% | 0.45% | - |
| HSV(B) | 20.27º | 0.48% | 0.6% | - |
| XYZ | 19.5 | 17.24 | 9.7 | - |
| YUV | 115.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 79 | 0 | 0.32 | 0.48 | 0.4 | 20.27 | 0.32 | 0.45 |
| Hex | 99 | 68 | 4F | 0 | 20 | 30 | 28 | 14 | 20 | 2D |
| Octal | 231 | 150 | 117 | 0 | 40 | 60 | 50 | 24 | 40 | 55 |
| Binary | 10011001 | 1101000 | 1001111 | 0 | 100000 | 110000 | 101000 | 10100 | 100000 | 101101 |
Color Harmonies of #99684F
Complementary color
Monochromatic Colors of #99684F
Black with #99684F
Text Example
Text Example
White with #99684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99684F; }
p { color: rgb(153,104,79); }
H1.HeaderClassName
{
color: #99684F;
}
.AnyTagClassName
{
color: #99684F;
}
</style>
background-color css
<style>
a { background-color: #99684F; }
a { background-color: rgb(153,104,79); }
div.DivClassName
{
background-color: #99684F;
}
.BgClassName
{
background-color: #99684F;
}
</style>
border-color css
<style>
span { border-color: #99684F; }
span { border-color: rgb(153,104,79); }
td.TdClassName
{
border-color: #99684F;
}
.TagClassName
{
border-color: #99684F;
}
</style>