Shades of Dark Tan #9D684F
Tints of Dark Tan #9D684F
RGB
CMYK
RGB Variations
Color information
#9D684F (or 0x9D684F) is known color: Dark Tan. HEX triplet: 9D, 68 and 4F. RGB value is (157,104,79). Sum of RGB (Red+Green+Blue) = 157+104+79=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D684F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D684F is #6297B0. Grayscale: #757575. Windows color (decimal): -6461361 or 5204125. OLE color: 5204125.
HSL color Cylindrical-coordinate representation of color #9D684F: hue angle of 19.23º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D684F is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 104 | 79 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.38 |
| HSL | 19.23º | 0.33% | 0.46% | - |
| HSV(B) | 19.23º | 0.5% | 0.62% | - |
| XYZ | 20.27 | 17.63 | 9.73 | - |
| YUV | 117 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 104 | 79 | 0 | 0.34 | 0.50 | 0.38 | 19.23 | 0.33 | 0.46 |
| Hex | 9D | 68 | 4F | 0 | 22 | 32 | 26 | 13 | 21 | 2E |
| Octal | 235 | 150 | 117 | 0 | 42 | 62 | 46 | 23 | 41 | 56 |
| Binary | 10011101 | 1101000 | 1001111 | 0 | 100010 | 110010 | 100110 | 10011 | 100001 | 101110 |
Color Harmonies of #9D684F
Complementary color
Monochromatic Colors of #9D684F
Black with #9D684F
Text Example
Text Example
White with #9D684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D684F; }
p { color: rgb(157,104,79); }
H1.HeaderClassName
{
color: #9D684F;
}
.AnyTagClassName
{
color: #9D684F;
}
</style>
background-color css
<style>
a { background-color: #9D684F; }
a { background-color: rgb(157,104,79); }
div.DivClassName
{
background-color: #9D684F;
}
.BgClassName
{
background-color: #9D684F;
}
</style>
border-color css
<style>
span { border-color: #9D684F; }
span { border-color: rgb(157,104,79); }
td.TdClassName
{
border-color: #9D684F;
}
.TagClassName
{
border-color: #9D684F;
}
</style>