Shades of Dark Tan #9A6850
Tints of Dark Tan #9A6850
RGB
CMYK
RGB Variations
Color information
#9A6850 (or 0x9A6850) is known color: Dark Tan. HEX triplet: 9A, 68 and 50. RGB value is (154,104,80). Sum of RGB (Red+Green+Blue) = 154+104+80=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6850 is #6597AF. Grayscale: #747474. Windows color (decimal): -6657968 or 5269658. OLE color: 5269658.
HSL color Cylindrical-coordinate representation of color #9A6850: hue angle of 19.46º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A6850 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 104 | 80 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.40 |
| HSL | 19.46º | 0.32% | 0.46% | - |
| HSV(B) | 19.46º | 0.48% | 0.6% | - |
| XYZ | 19.72 | 17.35 | 9.9 | - |
| YUV | 116.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 80 | 0 | 0.32 | 0.48 | 0.40 | 19.46 | 0.32 | 0.46 |
| Hex | 9A | 68 | 50 | 0 | 20 | 30 | 28 | 13 | 20 | 2E |
| Octal | 232 | 150 | 120 | 0 | 40 | 60 | 50 | 23 | 40 | 56 |
| Binary | 10011010 | 1101000 | 1010000 | 0 | 100000 | 110000 | 101000 | 10011 | 100000 | 101110 |
Color Harmonies of #9A6850
Complementary color
Monochromatic Colors of #9A6850
Black with #9A6850
Text Example
Text Example
White with #9A6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6850; }
p { color: rgb(154,104,80); }
H1.HeaderClassName
{
color: #9A6850;
}
.AnyTagClassName
{
color: #9A6850;
}
</style>
background-color css
<style>
a { background-color: #9A6850; }
a { background-color: rgb(154,104,80); }
div.DivClassName
{
background-color: #9A6850;
}
.BgClassName
{
background-color: #9A6850;
}
</style>
border-color css
<style>
span { border-color: #9A6850; }
span { border-color: rgb(154,104,80); }
td.TdClassName
{
border-color: #9A6850;
}
.TagClassName
{
border-color: #9A6850;
}
</style>