Shades of Dark Tan #9B624D
Tints of Dark Tan #9B624D
RGB
CMYK
RGB Variations
Color information
#9B624D (or 0x9B624D) is known color: Dark Tan. HEX triplet: 9B, 62 and 4D. RGB value is (155,98,77). Sum of RGB (Red+Green+Blue) = 155+98+77=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B624D is #649DB2. Grayscale: #707070. Windows color (decimal): -6593971 or 5071515. OLE color: 5071515.
HSL color Cylindrical-coordinate representation of color #9B624D: hue angle of 16.15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B624D is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 98 | 77 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.39 |
| HSL | 16.15º | 0.34% | 0.45% | - |
| HSV(B) | 16.15º | 0.5% | 0.61% | - |
| XYZ | 19.22 | 16.24 | 9.14 | - |
| YUV | 112.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 98 | 77 | 0 | 0.37 | 0.50 | 0.39 | 16.15 | 0.34 | 0.45 |
| Hex | 9B | 62 | 4D | 0 | 25 | 32 | 27 | 10 | 22 | 2D |
| Octal | 233 | 142 | 115 | 0 | 45 | 62 | 47 | 20 | 42 | 55 |
| Binary | 10011011 | 1100010 | 1001101 | 0 | 100101 | 110010 | 100111 | 10000 | 100010 | 101101 |
Color Harmonies of #9B624D
Complementary color
Monochromatic Colors of #9B624D
Black with #9B624D
Text Example
Text Example
White with #9B624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B624D; }
p { color: rgb(155,98,77); }
H1.HeaderClassName
{
color: #9B624D;
}
.AnyTagClassName
{
color: #9B624D;
}
</style>
background-color css
<style>
a { background-color: #9B624D; }
a { background-color: rgb(155,98,77); }
div.DivClassName
{
background-color: #9B624D;
}
.BgClassName
{
background-color: #9B624D;
}
</style>
border-color css
<style>
span { border-color: #9B624D; }
span { border-color: rgb(155,98,77); }
td.TdClassName
{
border-color: #9B624D;
}
.TagClassName
{
border-color: #9B624D;
}
</style>