Shades of Dark Tan #9A6C47
Tints of Dark Tan #9A6C47
RGB
CMYK
RGB Variations
Color information
#9A6C47 (or 0x9A6C47) is known color: Dark Tan. HEX triplet: 9A, 6C and 47. RGB value is (154,108,71). Sum of RGB (Red+Green+Blue) = 154+108+71=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6C47 is #6593B8. Grayscale: #757575. Windows color (decimal): -6656953 or 4680858. OLE color: 4680858.
HSL color Cylindrical-coordinate representation of color #9A6C47: hue angle of 26.75º 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 #9A6C47 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 108 | 71 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.40 |
| HSL | 26.75º | 0.37% | 0.44% | - |
| HSV(B) | 26.75º | 0.54% | 0.6% | - |
| XYZ | 19.83 | 18.05 | 8.4 | - |
| YUV | 117.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 71 | 0 | 0.30 | 0.54 | 0.40 | 26.75 | 0.37 | 0.44 |
| Hex | 9A | 6C | 47 | 0 | 1E | 36 | 28 | 1B | 25 | 2C |
| Octal | 232 | 154 | 107 | 0 | 36 | 66 | 50 | 33 | 45 | 54 |
| Binary | 10011010 | 1101100 | 1000111 | 0 | 11110 | 110110 | 101000 | 11011 | 100101 | 101100 |
Color Harmonies of #9A6C47
Complementary color
Monochromatic Colors of #9A6C47
Black with #9A6C47
Text Example
Text Example
White with #9A6C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6C47; }
p { color: rgb(154,108,71); }
H1.HeaderClassName
{
color: #9A6C47;
}
.AnyTagClassName
{
color: #9A6C47;
}
</style>
background-color css
<style>
a { background-color: #9A6C47; }
a { background-color: rgb(154,108,71); }
div.DivClassName
{
background-color: #9A6C47;
}
.BgClassName
{
background-color: #9A6C47;
}
</style>
border-color css
<style>
span { border-color: #9A6C47; }
span { border-color: rgb(154,108,71); }
td.TdClassName
{
border-color: #9A6C47;
}
.TagClassName
{
border-color: #9A6C47;
}
</style>