Shades of Dark Tan #9A6348
Tints of Dark Tan #9A6348
RGB
CMYK
RGB Variations
Color information
#9A6348 (or 0x9A6348) is known color: Dark Tan. HEX triplet: 9A, 63 and 48. RGB value is (154,99,72). Sum of RGB (Red+Green+Blue) = 154+99+72=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6348 is #659CB7. Grayscale: #707070. Windows color (decimal): -6659256 or 4744090. OLE color: 4744090.
HSL color Cylindrical-coordinate representation of color #9A6348: hue angle of 19.76º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A6348 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 99 | 72 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.40 |
| HSL | 19.76º | 0.36% | 0.44% | - |
| HSV(B) | 19.76º | 0.53% | 0.6% | - |
| XYZ | 18.96 | 16.26 | 8.27 | - |
| YUV | 112.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 72 | 0 | 0.36 | 0.53 | 0.40 | 19.76 | 0.36 | 0.44 |
| Hex | 9A | 63 | 48 | 0 | 24 | 35 | 28 | 14 | 24 | 2C |
| Octal | 232 | 143 | 110 | 0 | 44 | 65 | 50 | 24 | 44 | 54 |
| Binary | 10011010 | 1100011 | 1001000 | 0 | 100100 | 110101 | 101000 | 10100 | 100100 | 101100 |
Color Harmonies of #9A6348
Complementary color
Monochromatic Colors of #9A6348
Black with #9A6348
Text Example
Text Example
White with #9A6348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6348; }
p { color: rgb(154,99,72); }
H1.HeaderClassName
{
color: #9A6348;
}
.AnyTagClassName
{
color: #9A6348;
}
</style>
background-color css
<style>
a { background-color: #9A6348; }
a { background-color: rgb(154,99,72); }
div.DivClassName
{
background-color: #9A6348;
}
.BgClassName
{
background-color: #9A6348;
}
</style>
border-color css
<style>
span { border-color: #9A6348; }
span { border-color: rgb(154,99,72); }
td.TdClassName
{
border-color: #9A6348;
}
.TagClassName
{
border-color: #9A6348;
}
</style>