Shades of Dark Tan #9A6C51
Tints of Dark Tan #9A6C51
RGB
CMYK
RGB Variations
Color information
#9A6C51 (or 0x9A6C51) is known color: Dark Tan. HEX triplet: 9A, 6C and 51. RGB value is (154,108,81). Sum of RGB (Red+Green+Blue) = 154+108+81=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6C51 is #6593AE. Grayscale: #767676. Windows color (decimal): -6656943 or 5336218. OLE color: 5336218.
HSL color Cylindrical-coordinate representation of color #9A6C51: hue angle of 22.19º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A6C51 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 108 | 81 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.40 |
| HSL | 22.19º | 0.31% | 0.46% | - |
| HSV(B) | 22.19º | 0.47% | 0.6% | - |
| XYZ | 20.17 | 18.19 | 10.23 | - |
| YUV | 118.68 | 106.74 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 81 | 0 | 0.30 | 0.47 | 0.40 | 22.19 | 0.31 | 0.46 |
| Hex | 9A | 6C | 51 | 0 | 1E | 2F | 28 | 16 | 1F | 2E |
| Octal | 232 | 154 | 121 | 0 | 36 | 57 | 50 | 26 | 37 | 56 |
| Binary | 10011010 | 1101100 | 1010001 | 0 | 11110 | 101111 | 101000 | 10110 | 11111 | 101110 |
Color Harmonies of #9A6C51
Complementary color
Monochromatic Colors of #9A6C51
Black with #9A6C51
Text Example
Text Example
White with #9A6C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6C51; }
p { color: rgb(154,108,81); }
H1.HeaderClassName
{
color: #9A6C51;
}
.AnyTagClassName
{
color: #9A6C51;
}
</style>
background-color css
<style>
a { background-color: #9A6C51; }
a { background-color: rgb(154,108,81); }
div.DivClassName
{
background-color: #9A6C51;
}
.BgClassName
{
background-color: #9A6C51;
}
</style>
border-color css
<style>
span { border-color: #9A6C51; }
span { border-color: rgb(154,108,81); }
td.TdClassName
{
border-color: #9A6C51;
}
.TagClassName
{
border-color: #9A6C51;
}
</style>