Shades of Dark Tan #9A6545
Tints of Dark Tan #9A6545
RGB
CMYK
RGB Variations
Color information
#9A6545 (or 0x9A6545) is known color: Dark Tan. HEX triplet: 9A, 65 and 45. RGB value is (154,101,69). Sum of RGB (Red+Green+Blue) = 154+101+69=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6545 is #659ABA. Grayscale: #717171. Windows color (decimal): -6658747 or 4547994. OLE color: 4547994.
HSL color Cylindrical-coordinate representation of color #9A6545: hue angle of 22.59º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A6545 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 101 | 69 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.40 |
| HSL | 22.59º | 0.38% | 0.44% | - |
| HSV(B) | 22.59º | 0.55% | 0.6% | - |
| XYZ | 19.05 | 16.61 | 7.83 | - |
| YUV | 113.2 | 103.06 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 69 | 0 | 0.34 | 0.55 | 0.40 | 22.59 | 0.38 | 0.44 |
| Hex | 9A | 65 | 45 | 0 | 22 | 37 | 28 | 17 | 26 | 2C |
| Octal | 232 | 145 | 105 | 0 | 42 | 67 | 50 | 27 | 46 | 54 |
| Binary | 10011010 | 1100101 | 1000101 | 0 | 100010 | 110111 | 101000 | 10111 | 100110 | 101100 |
Color Harmonies of #9A6545
Complementary color
Monochromatic Colors of #9A6545
Black with #9A6545
Text Example
Text Example
White with #9A6545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6545; }
p { color: rgb(154,101,69); }
H1.HeaderClassName
{
color: #9A6545;
}
.AnyTagClassName
{
color: #9A6545;
}
</style>
background-color css
<style>
a { background-color: #9A6545; }
a { background-color: rgb(154,101,69); }
div.DivClassName
{
background-color: #9A6545;
}
.BgClassName
{
background-color: #9A6545;
}
</style>
border-color css
<style>
span { border-color: #9A6545; }
span { border-color: rgb(154,101,69); }
td.TdClassName
{
border-color: #9A6545;
}
.TagClassName
{
border-color: #9A6545;
}
</style>