Shades of Dark Tan #9C654D
Tints of Dark Tan #9C654D
RGB
CMYK
RGB Variations
Color information
#9C654D (or 0x9C654D) is known color: Dark Tan. HEX triplet: 9C, 65 and 4D. RGB value is (156,101,77). Sum of RGB (Red+Green+Blue) = 156+101+77=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C654D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C654D is #639AB2. Grayscale: #727272. Windows color (decimal): -6527667 or 5072284. OLE color: 5072284.
HSL color Cylindrical-coordinate representation of color #9C654D: hue angle of 18.23º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C654D is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 77 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.39 |
| HSL | 18.23º | 0.34% | 0.46% | - |
| HSV(B) | 18.23º | 0.51% | 0.61% | - |
| XYZ | 19.7 | 16.91 | 9.25 | - |
| YUV | 114.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 77 | 0 | 0.35 | 0.51 | 0.39 | 18.23 | 0.34 | 0.46 |
| Hex | 9C | 65 | 4D | 0 | 23 | 33 | 27 | 12 | 22 | 2E |
| Octal | 234 | 145 | 115 | 0 | 43 | 63 | 47 | 22 | 42 | 56 |
| Binary | 10011100 | 1100101 | 1001101 | 0 | 100011 | 110011 | 100111 | 10010 | 100010 | 101110 |
Color Harmonies of #9C654D
Complementary color
Monochromatic Colors of #9C654D
Black with #9C654D
Text Example
Text Example
White with #9C654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C654D; }
p { color: rgb(156,101,77); }
H1.HeaderClassName
{
color: #9C654D;
}
.AnyTagClassName
{
color: #9C654D;
}
</style>
background-color css
<style>
a { background-color: #9C654D; }
a { background-color: rgb(156,101,77); }
div.DivClassName
{
background-color: #9C654D;
}
.BgClassName
{
background-color: #9C654D;
}
</style>
border-color css
<style>
span { border-color: #9C654D; }
span { border-color: rgb(156,101,77); }
td.TdClassName
{
border-color: #9C654D;
}
.TagClassName
{
border-color: #9C654D;
}
</style>