Shades of Dark Tan #9A6D51
Tints of Dark Tan #9A6D51
RGB
CMYK
RGB Variations
Color information
#9A6D51 (or 0x9A6D51) is known color: Dark Tan. HEX triplet: 9A, 6D and 51. RGB value is (154,109,81). Sum of RGB (Red+Green+Blue) = 154+109+81=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6D51 is #6592AE. Grayscale: #777777. Windows color (decimal): -6656687 or 5336474. OLE color: 5336474.
HSL color Cylindrical-coordinate representation of color #9A6D51: hue angle of 23.01º 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 #9A6D51 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 109 | 81 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.40 |
| HSL | 23.01º | 0.31% | 0.46% | - |
| HSV(B) | 23.01º | 0.47% | 0.6% | - |
| XYZ | 20.28 | 18.4 | 10.27 | - |
| YUV | 119.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 109 | 81 | 0 | 0.29 | 0.47 | 0.40 | 23.01 | 0.31 | 0.46 |
| Hex | 9A | 6D | 51 | 0 | 1D | 2F | 28 | 17 | 1F | 2E |
| Octal | 232 | 155 | 121 | 0 | 35 | 57 | 50 | 27 | 37 | 56 |
| Binary | 10011010 | 1101101 | 1010001 | 0 | 11101 | 101111 | 101000 | 10111 | 11111 | 101110 |
Color Harmonies of #9A6D51
Complementary color
Monochromatic Colors of #9A6D51
Black with #9A6D51
Text Example
Text Example
White with #9A6D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6D51; }
p { color: rgb(154,109,81); }
H1.HeaderClassName
{
color: #9A6D51;
}
.AnyTagClassName
{
color: #9A6D51;
}
</style>
background-color css
<style>
a { background-color: #9A6D51; }
a { background-color: rgb(154,109,81); }
div.DivClassName
{
background-color: #9A6D51;
}
.BgClassName
{
background-color: #9A6D51;
}
</style>
border-color css
<style>
span { border-color: #9A6D51; }
span { border-color: rgb(154,109,81); }
td.TdClassName
{
border-color: #9A6D51;
}
.TagClassName
{
border-color: #9A6D51;
}
</style>