Shades of Dark Tan #9B604D
Tints of Dark Tan #9B604D
RGB
CMYK
RGB Variations
Color information
#9B604D (or 0x9B604D) is known color: Dark Tan. HEX triplet: 9B, 60 and 4D. RGB value is (155,96,77). Sum of RGB (Red+Green+Blue) = 155+96+77=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B604D is #649FB2. Grayscale: #6F6F6F. Windows color (decimal): -6594483 or 5071003. OLE color: 5071003.
HSL color Cylindrical-coordinate representation of color #9B604D: hue angle of 14.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 #9B604D is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 96 | 77 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.39 |
| HSL | 14.62º | 0.34% | 0.45% | - |
| HSV(B) | 14.62º | 0.5% | 0.61% | - |
| XYZ | 19.04 | 15.87 | 9.08 | - |
| YUV | 111.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 96 | 77 | 0 | 0.38 | 0.50 | 0.39 | 14.62 | 0.34 | 0.45 |
| Hex | 9B | 60 | 4D | 0 | 26 | 32 | 27 | F | 22 | 2D |
| Octal | 233 | 140 | 115 | 0 | 46 | 62 | 47 | 17 | 42 | 55 |
| Binary | 10011011 | 1100000 | 1001101 | 0 | 100110 | 110010 | 100111 | 1111 | 100010 | 101101 |
Color Harmonies of #9B604D
Complementary color
Monochromatic Colors of #9B604D
Black with #9B604D
Text Example
Text Example
White with #9B604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B604D; }
p { color: rgb(155,96,77); }
H1.HeaderClassName
{
color: #9B604D;
}
.AnyTagClassName
{
color: #9B604D;
}
</style>
background-color css
<style>
a { background-color: #9B604D; }
a { background-color: rgb(155,96,77); }
div.DivClassName
{
background-color: #9B604D;
}
.BgClassName
{
background-color: #9B604D;
}
</style>
border-color css
<style>
span { border-color: #9B604D; }
span { border-color: rgb(155,96,77); }
td.TdClassName
{
border-color: #9B604D;
}
.TagClassName
{
border-color: #9B604D;
}
</style>