Shades of Dark Tan #9B674D
Tints of Dark Tan #9B674D
RGB
CMYK
RGB Variations
Color information
#9B674D (or 0x9B674D) is known color: Dark Tan. HEX triplet: 9B, 67 and 4D. RGB value is (155,103,77). Sum of RGB (Red+Green+Blue) = 155+103+77=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B674D is #6498B2. Grayscale: #737373. Windows color (decimal): -6592691 or 5072795. OLE color: 5072795.
HSL color Cylindrical-coordinate representation of color #9B674D: hue angle of 20º 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 #9B674D is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 77 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.39 |
| HSL | 20º | 0.34% | 0.45% | - |
| HSV(B) | 20º | 0.5% | 0.61% | - |
| XYZ | 19.71 | 17.2 | 9.3 | - |
| YUV | 115.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 77 | 0 | 0.34 | 0.50 | 0.39 | 20 | 0.34 | 0.45 |
| Hex | 9B | 67 | 4D | 0 | 22 | 32 | 27 | 14 | 22 | 2D |
| Octal | 233 | 147 | 115 | 0 | 42 | 62 | 47 | 24 | 42 | 55 |
| Binary | 10011011 | 1100111 | 1001101 | 0 | 100010 | 110010 | 100111 | 10100 | 100010 | 101101 |
Color Harmonies of #9B674D
Complementary color
Monochromatic Colors of #9B674D
Black with #9B674D
Text Example
Text Example
White with #9B674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B674D; }
p { color: rgb(155,103,77); }
H1.HeaderClassName
{
color: #9B674D;
}
.AnyTagClassName
{
color: #9B674D;
}
</style>
background-color css
<style>
a { background-color: #9B674D; }
a { background-color: rgb(155,103,77); }
div.DivClassName
{
background-color: #9B674D;
}
.BgClassName
{
background-color: #9B674D;
}
</style>
border-color css
<style>
span { border-color: #9B674D; }
span { border-color: rgb(155,103,77); }
td.TdClassName
{
border-color: #9B674D;
}
.TagClassName
{
border-color: #9B674D;
}
</style>