Shades of Dark Tan #9D6844
Tints of Dark Tan #9D6844
RGB
CMYK
RGB Variations
Color information
#9D6844 (or 0x9D6844) is known color: Dark Tan. HEX triplet: 9D, 68 and 44. RGB value is (157,104,68). Sum of RGB (Red+Green+Blue) = 157+104+68=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6844 is #6297BB. Grayscale: #737373. Windows color (decimal): -6461372 or 4483229. OLE color: 4483229.
HSL color Cylindrical-coordinate representation of color #9D6844: hue angle of 24.27º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D6844 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 104 | 68 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.38 |
| HSL | 24.27º | 0.4% | 0.44% | - |
| HSV(B) | 24.27º | 0.57% | 0.62% | - |
| XYZ | 19.9 | 17.49 | 7.8 | - |
| YUV | 115.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 104 | 68 | 0 | 0.34 | 0.57 | 0.38 | 24.27 | 0.4 | 0.44 |
| Hex | 9D | 68 | 44 | 0 | 22 | 39 | 26 | 18 | 28 | 2C |
| Octal | 235 | 150 | 104 | 0 | 42 | 71 | 46 | 30 | 50 | 54 |
| Binary | 10011101 | 1101000 | 1000100 | 0 | 100010 | 111001 | 100110 | 11000 | 101000 | 101100 |
Color Harmonies of #9D6844
Complementary color
Monochromatic Colors of #9D6844
Black with #9D6844
Text Example
Text Example
White with #9D6844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6844; }
p { color: rgb(157,104,68); }
H1.HeaderClassName
{
color: #9D6844;
}
.AnyTagClassName
{
color: #9D6844;
}
</style>
background-color css
<style>
a { background-color: #9D6844; }
a { background-color: rgb(157,104,68); }
div.DivClassName
{
background-color: #9D6844;
}
.BgClassName
{
background-color: #9D6844;
}
</style>
border-color css
<style>
span { border-color: #9D6844; }
span { border-color: rgb(157,104,68); }
td.TdClassName
{
border-color: #9D6844;
}
.TagClassName
{
border-color: #9D6844;
}
</style>