Shades of Dark Tan #9A6851
Tints of Dark Tan #9A6851
RGB
CMYK
RGB Variations
Color information
#9A6851 (or 0x9A6851) is known color: Dark Tan. HEX triplet: 9A, 68 and 51. RGB value is (154,104,81). Sum of RGB (Red+Green+Blue) = 154+104+81=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6851 is #6597AE. Grayscale: #747474. Windows color (decimal): -6657967 or 5335194. OLE color: 5335194.
HSL color Cylindrical-coordinate representation of color #9A6851: hue angle of 18.9º 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 #9A6851 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 104 | 81 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.40 |
| HSL | 18.9º | 0.31% | 0.46% | - |
| HSV(B) | 18.9º | 0.47% | 0.6% | - |
| XYZ | 19.76 | 17.36 | 10.09 | - |
| YUV | 116.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 81 | 0 | 0.32 | 0.47 | 0.40 | 18.9 | 0.31 | 0.46 |
| Hex | 9A | 68 | 51 | 0 | 20 | 2F | 28 | 13 | 1F | 2E |
| Octal | 232 | 150 | 121 | 0 | 40 | 57 | 50 | 23 | 37 | 56 |
| Binary | 10011010 | 1101000 | 1010001 | 0 | 100000 | 101111 | 101000 | 10011 | 11111 | 101110 |
Color Harmonies of #9A6851
Complementary color
Monochromatic Colors of #9A6851
Black with #9A6851
Text Example
Text Example
White with #9A6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6851; }
p { color: rgb(154,104,81); }
H1.HeaderClassName
{
color: #9A6851;
}
.AnyTagClassName
{
color: #9A6851;
}
</style>
background-color css
<style>
a { background-color: #9A6851; }
a { background-color: rgb(154,104,81); }
div.DivClassName
{
background-color: #9A6851;
}
.BgClassName
{
background-color: #9A6851;
}
</style>
border-color css
<style>
span { border-color: #9A6851; }
span { border-color: rgb(154,104,81); }
td.TdClassName
{
border-color: #9A6851;
}
.TagClassName
{
border-color: #9A6851;
}
</style>