Shades of Dark Tan #9D654D
Tints of Dark Tan #9D654D
RGB
CMYK
RGB Variations
Color information
#9D654D (or 0x9D654D) is known color: Dark Tan. HEX triplet: 9D, 65 and 4D. RGB value is (157,101,77). Sum of RGB (Red+Green+Blue) = 157+101+77=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D654D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D654D is #629AB2. Grayscale: #737373. Windows color (decimal): -6462131 or 5072285. OLE color: 5072285.
HSL color Cylindrical-coordinate representation of color #9D654D: hue angle of 18º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D654D is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 101 | 77 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.38 |
| HSL | 18º | 0.34% | 0.46% | - |
| HSV(B) | 18º | 0.51% | 0.62% | - |
| XYZ | 19.9 | 17.01 | 9.26 | - |
| YUV | 115.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 77 | 0 | 0.36 | 0.51 | 0.38 | 18 | 0.34 | 0.46 |
| Hex | 9D | 65 | 4D | 0 | 24 | 33 | 26 | 12 | 22 | 2E |
| Octal | 235 | 145 | 115 | 0 | 44 | 63 | 46 | 22 | 42 | 56 |
| Binary | 10011101 | 1100101 | 1001101 | 0 | 100100 | 110011 | 100110 | 10010 | 100010 | 101110 |
Color Harmonies of #9D654D
Complementary color
Monochromatic Colors of #9D654D
Black with #9D654D
Text Example
Text Example
White with #9D654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D654D; }
p { color: rgb(157,101,77); }
H1.HeaderClassName
{
color: #9D654D;
}
.AnyTagClassName
{
color: #9D654D;
}
</style>
background-color css
<style>
a { background-color: #9D654D; }
a { background-color: rgb(157,101,77); }
div.DivClassName
{
background-color: #9D654D;
}
.BgClassName
{
background-color: #9D654D;
}
</style>
border-color css
<style>
span { border-color: #9D654D; }
span { border-color: rgb(157,101,77); }
td.TdClassName
{
border-color: #9D654D;
}
.TagClassName
{
border-color: #9D654D;
}
</style>