Shades of Dark Tan #9B664D
Tints of Dark Tan #9B664D
RGB
CMYK
RGB Variations
Color information
#9B664D (or 0x9B664D) is known color: Dark Tan. HEX triplet: 9B, 66 and 4D. RGB value is (155,102,77). Sum of RGB (Red+Green+Blue) = 155+102+77=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B664D is #6499B2. Grayscale: #737373. Windows color (decimal): -6592947 or 5072539. OLE color: 5072539.
HSL color Cylindrical-coordinate representation of color #9B664D: hue angle of 19.23º 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 #9B664D is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 77 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.39 |
| HSL | 19.23º | 0.34% | 0.45% | - |
| HSV(B) | 19.23º | 0.5% | 0.61% | - |
| XYZ | 19.61 | 17.01 | 9.27 | - |
| YUV | 115 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 77 | 0 | 0.34 | 0.50 | 0.39 | 19.23 | 0.34 | 0.45 |
| Hex | 9B | 66 | 4D | 0 | 22 | 32 | 27 | 13 | 22 | 2D |
| Octal | 233 | 146 | 115 | 0 | 42 | 62 | 47 | 23 | 42 | 55 |
| Binary | 10011011 | 1100110 | 1001101 | 0 | 100010 | 110010 | 100111 | 10011 | 100010 | 101101 |
Color Harmonies of #9B664D
Complementary color
Monochromatic Colors of #9B664D
Black with #9B664D
Text Example
Text Example
White with #9B664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B664D; }
p { color: rgb(155,102,77); }
H1.HeaderClassName
{
color: #9B664D;
}
.AnyTagClassName
{
color: #9B664D;
}
</style>
background-color css
<style>
a { background-color: #9B664D; }
a { background-color: rgb(155,102,77); }
div.DivClassName
{
background-color: #9B664D;
}
.BgClassName
{
background-color: #9B664D;
}
</style>
border-color css
<style>
span { border-color: #9B664D; }
span { border-color: rgb(155,102,77); }
td.TdClassName
{
border-color: #9B664D;
}
.TagClassName
{
border-color: #9B664D;
}
</style>