Shades of Dark Tan #9A614C
Tints of Dark Tan #9A614C
RGB
CMYK
RGB Variations
Color information
#9A614C (or 0x9A614C) is known color: Dark Tan. HEX triplet: 9A, 61 and 4C. RGB value is (154,97,76). Sum of RGB (Red+Green+Blue) = 154+97+76=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A614C is #659EB3. Grayscale: #6F6F6F. Windows color (decimal): -6659764 or 5005722. OLE color: 5005722.
HSL color Cylindrical-coordinate representation of color #9A614C: hue angle of 16.15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A614C is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 97 | 76 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.40 |
| HSL | 16.15º | 0.34% | 0.45% | - |
| HSV(B) | 16.15º | 0.51% | 0.6% | - |
| XYZ | 18.91 | 15.94 | 8.92 | - |
| YUV | 111.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 76 | 0 | 0.37 | 0.51 | 0.40 | 16.15 | 0.34 | 0.45 |
| Hex | 9A | 61 | 4C | 0 | 25 | 33 | 28 | 10 | 22 | 2D |
| Octal | 232 | 141 | 114 | 0 | 45 | 63 | 50 | 20 | 42 | 55 |
| Binary | 10011010 | 1100001 | 1001100 | 0 | 100101 | 110011 | 101000 | 10000 | 100010 | 101101 |
Color Harmonies of #9A614C
Complementary color
Monochromatic Colors of #9A614C
Black with #9A614C
Text Example
Text Example
White with #9A614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A614C; }
p { color: rgb(154,97,76); }
H1.HeaderClassName
{
color: #9A614C;
}
.AnyTagClassName
{
color: #9A614C;
}
</style>
background-color css
<style>
a { background-color: #9A614C; }
a { background-color: rgb(154,97,76); }
div.DivClassName
{
background-color: #9A614C;
}
.BgClassName
{
background-color: #9A614C;
}
</style>
border-color css
<style>
span { border-color: #9A614C; }
span { border-color: rgb(154,97,76); }
td.TdClassName
{
border-color: #9A614C;
}
.TagClassName
{
border-color: #9A614C;
}
</style>