Shades of Dark Tan #9A654D
Tints of Dark Tan #9A654D
RGB
CMYK
RGB Variations
Color information
#9A654D (or 0x9A654D) is known color: Dark Tan. HEX triplet: 9A, 65 and 4D. RGB value is (154,101,77). Sum of RGB (Red+Green+Blue) = 154+101+77=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A654D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A654D is #659AB2. Grayscale: #727272. Windows color (decimal): -6658739 or 5072282. OLE color: 5072282.
HSL color Cylindrical-coordinate representation of color #9A654D: hue angle of 18.7º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A654D is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 101 | 77 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.40 |
| HSL | 18.7º | 0.33% | 0.45% | - |
| HSV(B) | 18.7º | 0.5% | 0.6% | - |
| XYZ | 19.32 | 16.71 | 9.23 | - |
| YUV | 114.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 77 | 0 | 0.34 | 0.50 | 0.40 | 18.7 | 0.33 | 0.45 |
| Hex | 9A | 65 | 4D | 0 | 22 | 32 | 28 | 13 | 21 | 2D |
| Octal | 232 | 145 | 115 | 0 | 42 | 62 | 50 | 23 | 41 | 55 |
| Binary | 10011010 | 1100101 | 1001101 | 0 | 100010 | 110010 | 101000 | 10011 | 100001 | 101101 |
Color Harmonies of #9A654D
Complementary color
Monochromatic Colors of #9A654D
Black with #9A654D
Text Example
Text Example
White with #9A654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A654D; }
p { color: rgb(154,101,77); }
H1.HeaderClassName
{
color: #9A654D;
}
.AnyTagClassName
{
color: #9A654D;
}
</style>
background-color css
<style>
a { background-color: #9A654D; }
a { background-color: rgb(154,101,77); }
div.DivClassName
{
background-color: #9A654D;
}
.BgClassName
{
background-color: #9A654D;
}
</style>
border-color css
<style>
span { border-color: #9A654D; }
span { border-color: rgb(154,101,77); }
td.TdClassName
{
border-color: #9A654D;
}
.TagClassName
{
border-color: #9A654D;
}
</style>