Shades of Dark Tan #9A6842
Tints of Dark Tan #9A6842
RGB
CMYK
RGB Variations
Color information
#9A6842 (or 0x9A6842) is known color: Dark Tan. HEX triplet: 9A, 68 and 42. RGB value is (154,104,66). Sum of RGB (Red+Green+Blue) = 154+104+66=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6842 is #6597BD. Grayscale: #727272. Windows color (decimal): -6657982 or 4352154. OLE color: 4352154.
HSL color Cylindrical-coordinate representation of color #9A6842: hue angle of 25.91º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A6842 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 104 | 66 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.40 |
| HSL | 25.91º | 0.4% | 0.43% | - |
| HSV(B) | 25.91º | 0.57% | 0.6% | - |
| XYZ | 19.26 | 17.16 | 7.45 | - |
| YUV | 114.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 66 | 0 | 0.32 | 0.57 | 0.40 | 25.91 | 0.4 | 0.43 |
| Hex | 9A | 68 | 42 | 0 | 20 | 39 | 28 | 1A | 28 | 2B |
| Octal | 232 | 150 | 102 | 0 | 40 | 71 | 50 | 32 | 50 | 53 |
| Binary | 10011010 | 1101000 | 1000010 | 0 | 100000 | 111001 | 101000 | 11010 | 101000 | 101011 |
Color Harmonies of #9A6842
Complementary color
Monochromatic Colors of #9A6842
Black with #9A6842
Text Example
Text Example
White with #9A6842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6842; }
p { color: rgb(154,104,66); }
H1.HeaderClassName
{
color: #9A6842;
}
.AnyTagClassName
{
color: #9A6842;
}
</style>
background-color css
<style>
a { background-color: #9A6842; }
a { background-color: rgb(154,104,66); }
div.DivClassName
{
background-color: #9A6842;
}
.BgClassName
{
background-color: #9A6842;
}
</style>
border-color css
<style>
span { border-color: #9A6842; }
span { border-color: rgb(154,104,66); }
td.TdClassName
{
border-color: #9A6842;
}
.TagClassName
{
border-color: #9A6842;
}
</style>