Shades of Dark Tan #9A6946
Tints of Dark Tan #9A6946
RGB
CMYK
RGB Variations
Color information
#9A6946 (or 0x9A6946) is known color: Dark Tan. HEX triplet: 9A, 69 and 46. RGB value is (154,105,70). Sum of RGB (Red+Green+Blue) = 154+105+70=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6946 is #6596B9. Grayscale: #737373. Windows color (decimal): -6657722 or 4614554. OLE color: 4614554.
HSL color Cylindrical-coordinate representation of color #9A6946: hue angle of 25º 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 #9A6946 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 105 | 70 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.40 |
| HSL | 25º | 0.38% | 0.44% | - |
| HSV(B) | 25º | 0.55% | 0.6% | - |
| XYZ | 19.48 | 17.42 | 8.13 | - |
| YUV | 115.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 70 | 0 | 0.32 | 0.55 | 0.40 | 25 | 0.38 | 0.44 |
| Hex | 9A | 69 | 46 | 0 | 20 | 37 | 28 | 19 | 26 | 2C |
| Octal | 232 | 151 | 106 | 0 | 40 | 67 | 50 | 31 | 46 | 54 |
| Binary | 10011010 | 1101001 | 1000110 | 0 | 100000 | 110111 | 101000 | 11001 | 100110 | 101100 |
Color Harmonies of #9A6946
Complementary color
Monochromatic Colors of #9A6946
Black with #9A6946
Text Example
Text Example
White with #9A6946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6946; }
p { color: rgb(154,105,70); }
H1.HeaderClassName
{
color: #9A6946;
}
.AnyTagClassName
{
color: #9A6946;
}
</style>
background-color css
<style>
a { background-color: #9A6946; }
a { background-color: rgb(154,105,70); }
div.DivClassName
{
background-color: #9A6946;
}
.BgClassName
{
background-color: #9A6946;
}
</style>
border-color css
<style>
span { border-color: #9A6946; }
span { border-color: rgb(154,105,70); }
td.TdClassName
{
border-color: #9A6946;
}
.TagClassName
{
border-color: #9A6946;
}
</style>