Shades of Dark Tan #9D6850
Tints of Dark Tan #9D6850
RGB
CMYK
RGB Variations
Color information
#9D6850 (or 0x9D6850) is known color: Dark Tan. HEX triplet: 9D, 68 and 50. RGB value is (157,104,80). Sum of RGB (Red+Green+Blue) = 157+104+80=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6850 is #6297AF. Grayscale: #757575. Windows color (decimal): -6461360 or 5269661. OLE color: 5269661.
HSL color Cylindrical-coordinate representation of color #9D6850: hue angle of 18.7º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D6850 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 104 | 80 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.38 |
| HSL | 18.7º | 0.32% | 0.46% | - |
| HSV(B) | 18.7º | 0.49% | 0.62% | - |
| XYZ | 20.3 | 17.65 | 9.93 | - |
| YUV | 117.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 104 | 80 | 0 | 0.34 | 0.49 | 0.38 | 18.7 | 0.32 | 0.46 |
| Hex | 9D | 68 | 50 | 0 | 22 | 31 | 26 | 13 | 20 | 2E |
| Octal | 235 | 150 | 120 | 0 | 42 | 61 | 46 | 23 | 40 | 56 |
| Binary | 10011101 | 1101000 | 1010000 | 0 | 100010 | 110001 | 100110 | 10011 | 100000 | 101110 |
Color Harmonies of #9D6850
Complementary color
Monochromatic Colors of #9D6850
Black with #9D6850
Text Example
Text Example
White with #9D6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6850; }
p { color: rgb(157,104,80); }
H1.HeaderClassName
{
color: #9D6850;
}
.AnyTagClassName
{
color: #9D6850;
}
</style>
background-color css
<style>
a { background-color: #9D6850; }
a { background-color: rgb(157,104,80); }
div.DivClassName
{
background-color: #9D6850;
}
.BgClassName
{
background-color: #9D6850;
}
</style>
border-color css
<style>
span { border-color: #9D6850; }
span { border-color: rgb(157,104,80); }
td.TdClassName
{
border-color: #9D6850;
}
.TagClassName
{
border-color: #9D6850;
}
</style>