Shades of Dark Tan #9A6651
Tints of Dark Tan #9A6651
RGB
CMYK
RGB Variations
Color information
#9A6651 (or 0x9A6651) is known color: Dark Tan. HEX triplet: 9A, 66 and 51. RGB value is (154,102,81). Sum of RGB (Red+Green+Blue) = 154+102+81=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6651 is #6599AE. Grayscale: #737373. Windows color (decimal): -6658479 or 5334682. OLE color: 5334682.
HSL color Cylindrical-coordinate representation of color #9A6651: hue angle of 17.26º 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 #9A6651 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 102 | 81 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.40 |
| HSL | 17.26º | 0.31% | 0.46% | - |
| HSV(B) | 17.26º | 0.47% | 0.6% | - |
| XYZ | 19.56 | 16.97 | 10.03 | - |
| YUV | 115.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 81 | 0 | 0.34 | 0.47 | 0.40 | 17.26 | 0.31 | 0.46 |
| Hex | 9A | 66 | 51 | 0 | 22 | 2F | 28 | 11 | 1F | 2E |
| Octal | 232 | 146 | 121 | 0 | 42 | 57 | 50 | 21 | 37 | 56 |
| Binary | 10011010 | 1100110 | 1010001 | 0 | 100010 | 101111 | 101000 | 10001 | 11111 | 101110 |
Color Harmonies of #9A6651
Complementary color
Monochromatic Colors of #9A6651
Black with #9A6651
Text Example
Text Example
White with #9A6651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6651; }
p { color: rgb(154,102,81); }
H1.HeaderClassName
{
color: #9A6651;
}
.AnyTagClassName
{
color: #9A6651;
}
</style>
background-color css
<style>
a { background-color: #9A6651; }
a { background-color: rgb(154,102,81); }
div.DivClassName
{
background-color: #9A6651;
}
.BgClassName
{
background-color: #9A6651;
}
</style>
border-color css
<style>
span { border-color: #9A6651; }
span { border-color: rgb(154,102,81); }
td.TdClassName
{
border-color: #9A6651;
}
.TagClassName
{
border-color: #9A6651;
}
</style>