Shades of Dark Tan #9B6F54
Tints of Dark Tan #9B6F54
RGB
CMYK
RGB Variations
Color information
#9B6F54 (or 0x9B6F54) is known color: Dark Tan. HEX triplet: 9B, 6F and 54. RGB value is (155,111,84). Sum of RGB (Red+Green+Blue) = 155+111+84=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6F54 is #6490AB. Grayscale: #797979. Windows color (decimal): -6590636 or 5533595. OLE color: 5533595.
HSL color Cylindrical-coordinate representation of color #9B6F54: hue angle of 22.82º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B6F54 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 111 | 84 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.39 |
| HSL | 22.82º | 0.3% | 0.47% | - |
| HSV(B) | 22.82º | 0.46% | 0.61% | - |
| XYZ | 20.8 | 18.98 | 10.95 | - |
| YUV | 121.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 84 | 0 | 0.28 | 0.46 | 0.39 | 22.82 | 0.3 | 0.47 |
| Hex | 9B | 6F | 54 | 0 | 1C | 2E | 27 | 17 | 1E | 2F |
| Octal | 233 | 157 | 124 | 0 | 34 | 56 | 47 | 27 | 36 | 57 |
| Binary | 10011011 | 1101111 | 1010100 | 0 | 11100 | 101110 | 100111 | 10111 | 11110 | 101111 |
Color Harmonies of #9B6F54
Complementary color
Monochromatic Colors of #9B6F54
Black with #9B6F54
Text Example
Text Example
White with #9B6F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6F54; }
p { color: rgb(155,111,84); }
H1.HeaderClassName
{
color: #9B6F54;
}
.AnyTagClassName
{
color: #9B6F54;
}
</style>
background-color css
<style>
a { background-color: #9B6F54; }
a { background-color: rgb(155,111,84); }
div.DivClassName
{
background-color: #9B6F54;
}
.BgClassName
{
background-color: #9B6F54;
}
</style>
border-color css
<style>
span { border-color: #9B6F54; }
span { border-color: rgb(155,111,84); }
td.TdClassName
{
border-color: #9B6F54;
}
.TagClassName
{
border-color: #9B6F54;
}
</style>