Shades of Dark Tan #9B6A48
Tints of Dark Tan #9B6A48
RGB
CMYK
RGB Variations
Color information
#9B6A48 (or 0x9B6A48) is known color: Dark Tan. HEX triplet: 9B, 6A and 48. RGB value is (155,106,72). Sum of RGB (Red+Green+Blue) = 155+106+72=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6A48 is #6495B7. Grayscale: #747474. Windows color (decimal): -6591928 or 4745883. OLE color: 4745883.
HSL color Cylindrical-coordinate representation of color #9B6A48: hue angle of 24.58º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B6A48 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 106 | 72 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.39 |
| HSL | 24.58º | 0.37% | 0.45% | - |
| HSV(B) | 24.58º | 0.54% | 0.61% | - |
| XYZ | 19.84 | 17.74 | 8.51 | - |
| YUV | 116.78 | 102.73 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 106 | 72 | 0 | 0.32 | 0.54 | 0.39 | 24.58 | 0.37 | 0.45 |
| Hex | 9B | 6A | 48 | 0 | 20 | 36 | 27 | 19 | 25 | 2D |
| Octal | 233 | 152 | 110 | 0 | 40 | 66 | 47 | 31 | 45 | 55 |
| Binary | 10011011 | 1101010 | 1001000 | 0 | 100000 | 110110 | 100111 | 11001 | 100101 | 101101 |
Color Harmonies of #9B6A48
Complementary color
Monochromatic Colors of #9B6A48
Black with #9B6A48
Text Example
Text Example
White with #9B6A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6A48; }
p { color: rgb(155,106,72); }
H1.HeaderClassName
{
color: #9B6A48;
}
.AnyTagClassName
{
color: #9B6A48;
}
</style>
background-color css
<style>
a { background-color: #9B6A48; }
a { background-color: rgb(155,106,72); }
div.DivClassName
{
background-color: #9B6A48;
}
.BgClassName
{
background-color: #9B6A48;
}
</style>
border-color css
<style>
span { border-color: #9B6A48; }
span { border-color: rgb(155,106,72); }
td.TdClassName
{
border-color: #9B6A48;
}
.TagClassName
{
border-color: #9B6A48;
}
</style>