Shades of Dark Tan #9B674F
Tints of Dark Tan #9B674F
RGB
CMYK
RGB Variations
Color information
#9B674F (or 0x9B674F) is known color: Dark Tan. HEX triplet: 9B, 67 and 4F. RGB value is (155,103,79). Sum of RGB (Red+Green+Blue) = 155+103+79=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B674F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B674F is #6498B0. Grayscale: #737373. Windows color (decimal): -6592689 or 5203867. OLE color: 5203867.
HSL color Cylindrical-coordinate representation of color #9B674F: hue angle of 18.95º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B674F is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 79 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.39 |
| HSL | 18.95º | 0.32% | 0.46% | - |
| HSV(B) | 18.95º | 0.49% | 0.61% | - |
| XYZ | 19.78 | 17.23 | 9.68 | - |
| YUV | 115.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 79 | 0 | 0.34 | 0.49 | 0.39 | 18.95 | 0.32 | 0.46 |
| Hex | 9B | 67 | 4F | 0 | 22 | 31 | 27 | 13 | 20 | 2E |
| Octal | 233 | 147 | 117 | 0 | 42 | 61 | 47 | 23 | 40 | 56 |
| Binary | 10011011 | 1100111 | 1001111 | 0 | 100010 | 110001 | 100111 | 10011 | 100000 | 101110 |
Color Harmonies of #9B674F
Complementary color
Monochromatic Colors of #9B674F
Black with #9B674F
Text Example
Text Example
White with #9B674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B674F; }
p { color: rgb(155,103,79); }
H1.HeaderClassName
{
color: #9B674F;
}
.AnyTagClassName
{
color: #9B674F;
}
</style>
background-color css
<style>
a { background-color: #9B674F; }
a { background-color: rgb(155,103,79); }
div.DivClassName
{
background-color: #9B674F;
}
.BgClassName
{
background-color: #9B674F;
}
</style>
border-color css
<style>
span { border-color: #9B674F; }
span { border-color: rgb(155,103,79); }
td.TdClassName
{
border-color: #9B674F;
}
.TagClassName
{
border-color: #9B674F;
}
</style>