Shades of Dark Tan #9A634D
Tints of Dark Tan #9A634D
RGB
CMYK
RGB Variations
Color information
#9A634D (or 0x9A634D) is known color: Dark Tan. HEX triplet: 9A, 63 and 4D. RGB value is (154,99,77). Sum of RGB (Red+Green+Blue) = 154+99+77=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 154 - color contains mainly: red. Hex color #9A634D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A634D is #659CB2. Grayscale: #717171. Windows color (decimal): -6659251 or 5071770. OLE color: 5071770.
HSL color Cylindrical-coordinate representation of color #9A634D: hue angle of 17.14º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A634D is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 99 | 77 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.40 |
| HSL | 17.14º | 0.33% | 0.45% | - |
| HSV(B) | 17.14º | 0.5% | 0.6% | - |
| XYZ | 19.13 | 16.33 | 9.16 | - |
| YUV | 112.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 77 | 0 | 0.36 | 0.50 | 0.40 | 17.14 | 0.33 | 0.45 |
| Hex | 9A | 63 | 4D | 0 | 24 | 32 | 28 | 11 | 21 | 2D |
| Octal | 232 | 143 | 115 | 0 | 44 | 62 | 50 | 21 | 41 | 55 |
| Binary | 10011010 | 1100011 | 1001101 | 0 | 100100 | 110010 | 101000 | 10001 | 100001 | 101101 |
Color Harmonies of #9A634D
Complementary color
Monochromatic Colors of #9A634D
Black with #9A634D
Text Example
Text Example
White with #9A634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A634D; }
p { color: rgb(154,99,77); }
H1.HeaderClassName
{
color: #9A634D;
}
.AnyTagClassName
{
color: #9A634D;
}
</style>
background-color css
<style>
a { background-color: #9A634D; }
a { background-color: rgb(154,99,77); }
div.DivClassName
{
background-color: #9A634D;
}
.BgClassName
{
background-color: #9A634D;
}
</style>
border-color css
<style>
span { border-color: #9A634D; }
span { border-color: rgb(154,99,77); }
td.TdClassName
{
border-color: #9A634D;
}
.TagClassName
{
border-color: #9A634D;
}
</style>