Shades of Dark Tan #9A6845
Tints of Dark Tan #9A6845
RGB
CMYK
RGB Variations
Color information
#9A6845 (or 0x9A6845) is known color: Dark Tan. HEX triplet: 9A, 68 and 45. RGB value is (154,104,69). Sum of RGB (Red+Green+Blue) = 154+104+69=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6845 is #6597BA. Grayscale: #737373. Windows color (decimal): -6657979 or 4548762. OLE color: 4548762.
HSL color Cylindrical-coordinate representation of color #9A6845: hue angle of 24.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A6845 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 104 | 69 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.40 |
| HSL | 24.71º | 0.38% | 0.44% | - |
| HSV(B) | 24.71º | 0.55% | 0.6% | - |
| XYZ | 19.35 | 17.2 | 7.93 | - |
| YUV | 114.96 | 102.07 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 69 | 0 | 0.32 | 0.55 | 0.40 | 24.71 | 0.38 | 0.44 |
| Hex | 9A | 68 | 45 | 0 | 20 | 37 | 28 | 19 | 26 | 2C |
| Octal | 232 | 150 | 105 | 0 | 40 | 67 | 50 | 31 | 46 | 54 |
| Binary | 10011010 | 1101000 | 1000101 | 0 | 100000 | 110111 | 101000 | 11001 | 100110 | 101100 |
Color Harmonies of #9A6845
Complementary color
Monochromatic Colors of #9A6845
Black with #9A6845
Text Example
Text Example
White with #9A6845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6845; }
p { color: rgb(154,104,69); }
H1.HeaderClassName
{
color: #9A6845;
}
.AnyTagClassName
{
color: #9A6845;
}
</style>
background-color css
<style>
a { background-color: #9A6845; }
a { background-color: rgb(154,104,69); }
div.DivClassName
{
background-color: #9A6845;
}
.BgClassName
{
background-color: #9A6845;
}
</style>
border-color css
<style>
span { border-color: #9A6845; }
span { border-color: rgb(154,104,69); }
td.TdClassName
{
border-color: #9A6845;
}
.TagClassName
{
border-color: #9A6845;
}
</style>