Shades of Dark Tan #9A6747
Tints of Dark Tan #9A6747
RGB
CMYK
RGB Variations
Color information
#9A6747 (or 0x9A6747) is known color: Dark Tan. HEX triplet: 9A, 67 and 47. RGB value is (154,103,71). Sum of RGB (Red+Green+Blue) = 154+103+71=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6747 is #6598B8. Grayscale: #727272. Windows color (decimal): -6658233 or 4679578. OLE color: 4679578.
HSL color Cylindrical-coordinate representation of color #9A6747: hue angle of 23.13º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A6747 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 103 | 71 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.40 |
| HSL | 23.13º | 0.37% | 0.44% | - |
| HSV(B) | 23.13º | 0.54% | 0.6% | - |
| XYZ | 19.31 | 17.03 | 8.23 | - |
| YUV | 114.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 103 | 71 | 0 | 0.33 | 0.54 | 0.40 | 23.13 | 0.37 | 0.44 |
| Hex | 9A | 67 | 47 | 0 | 21 | 36 | 28 | 17 | 25 | 2C |
| Octal | 232 | 147 | 107 | 0 | 41 | 66 | 50 | 27 | 45 | 54 |
| Binary | 10011010 | 1100111 | 1000111 | 0 | 100001 | 110110 | 101000 | 10111 | 100101 | 101100 |
Color Harmonies of #9A6747
Complementary color
Monochromatic Colors of #9A6747
Black with #9A6747
Text Example
Text Example
White with #9A6747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6747; }
p { color: rgb(154,103,71); }
H1.HeaderClassName
{
color: #9A6747;
}
.AnyTagClassName
{
color: #9A6747;
}
</style>
background-color css
<style>
a { background-color: #9A6747; }
a { background-color: rgb(154,103,71); }
div.DivClassName
{
background-color: #9A6747;
}
.BgClassName
{
background-color: #9A6747;
}
</style>
border-color css
<style>
span { border-color: #9A6747; }
span { border-color: rgb(154,103,71); }
td.TdClassName
{
border-color: #9A6747;
}
.TagClassName
{
border-color: #9A6747;
}
</style>