Shades of Dark Tan #9B6D4D
Tints of Dark Tan #9B6D4D
RGB
CMYK
RGB Variations
Color information
#9B6D4D (or 0x9B6D4D) is known color: Dark Tan. HEX triplet: 9B, 6D and 4D. RGB value is (155,109,77). Sum of RGB (Red+Green+Blue) = 155+109+77=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6D4D is #6492B2. Grayscale: #777777. Windows color (decimal): -6591155 or 5074331. OLE color: 5074331.
HSL color Cylindrical-coordinate representation of color #9B6D4D: hue angle of 24.62º 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 #9B6D4D is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 109 | 77 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.39 |
| HSL | 24.62º | 0.34% | 0.45% | - |
| HSV(B) | 24.62º | 0.5% | 0.61% | - |
| XYZ | 20.33 | 18.44 | 9.51 | - |
| YUV | 119.11 | 104.24 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 109 | 77 | 0 | 0.30 | 0.50 | 0.39 | 24.62 | 0.34 | 0.45 |
| Hex | 9B | 6D | 4D | 0 | 1E | 32 | 27 | 19 | 22 | 2D |
| Octal | 233 | 155 | 115 | 0 | 36 | 62 | 47 | 31 | 42 | 55 |
| Binary | 10011011 | 1101101 | 1001101 | 0 | 11110 | 110010 | 100111 | 11001 | 100010 | 101101 |
Color Harmonies of #9B6D4D
Complementary color
Monochromatic Colors of #9B6D4D
Black with #9B6D4D
Text Example
Text Example
White with #9B6D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6D4D; }
p { color: rgb(155,109,77); }
H1.HeaderClassName
{
color: #9B6D4D;
}
.AnyTagClassName
{
color: #9B6D4D;
}
</style>
background-color css
<style>
a { background-color: #9B6D4D; }
a { background-color: rgb(155,109,77); }
div.DivClassName
{
background-color: #9B6D4D;
}
.BgClassName
{
background-color: #9B6D4D;
}
</style>
border-color css
<style>
span { border-color: #9B6D4D; }
span { border-color: rgb(155,109,77); }
td.TdClassName
{
border-color: #9B6D4D;
}
.TagClassName
{
border-color: #9B6D4D;
}
</style>