Shades of Dark Tan #9A6C49
Tints of Dark Tan #9A6C49
RGB
CMYK
RGB Variations
Color information
#9A6C49 (or 0x9A6C49) is known color: Dark Tan. HEX triplet: 9A, 6C and 49. RGB value is (154,108,73). Sum of RGB (Red+Green+Blue) = 154+108+73=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6C49 is #6593B6. Grayscale: #757575. Windows color (decimal): -6656951 or 4811930. OLE color: 4811930.
HSL color Cylindrical-coordinate representation of color #9A6C49: hue angle of 25.93º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A6C49 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 108 | 73 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.40 |
| HSL | 25.93º | 0.36% | 0.45% | - |
| HSV(B) | 25.93º | 0.53% | 0.6% | - |
| XYZ | 19.89 | 18.08 | 8.74 | - |
| YUV | 117.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 73 | 0 | 0.30 | 0.53 | 0.40 | 25.93 | 0.36 | 0.45 |
| Hex | 9A | 6C | 49 | 0 | 1E | 35 | 28 | 1A | 24 | 2D |
| Octal | 232 | 154 | 111 | 0 | 36 | 65 | 50 | 32 | 44 | 55 |
| Binary | 10011010 | 1101100 | 1001001 | 0 | 11110 | 110101 | 101000 | 11010 | 100100 | 101101 |
Color Harmonies of #9A6C49
Complementary color
Monochromatic Colors of #9A6C49
Black with #9A6C49
Text Example
Text Example
White with #9A6C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6C49; }
p { color: rgb(154,108,73); }
H1.HeaderClassName
{
color: #9A6C49;
}
.AnyTagClassName
{
color: #9A6C49;
}
</style>
background-color css
<style>
a { background-color: #9A6C49; }
a { background-color: rgb(154,108,73); }
div.DivClassName
{
background-color: #9A6C49;
}
.BgClassName
{
background-color: #9A6C49;
}
</style>
border-color css
<style>
span { border-color: #9A6C49; }
span { border-color: rgb(154,108,73); }
td.TdClassName
{
border-color: #9A6C49;
}
.TagClassName
{
border-color: #9A6C49;
}
</style>