Shades of Golden Brown #9B7109
Tints of Golden Brown #9B7109
RGB
CMYK
RGB Variations
Color information
#9B7109 (or 0x9B7109) is known color: Golden Brown. HEX triplet: 9B, 71 and 09. RGB value is (155,113,9). Sum of RGB (Red+Green+Blue) = 155+113+9=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7109 is #648EF6. Grayscale: #727272. Windows color (decimal): -6590199 or 618907. OLE color: 618907.
HSL color Cylindrical-coordinate representation of color #9B7109: hue angle of 42.74º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B7109 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 9 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.39 |
| HSL | 42.74º | 0.89% | 0.32% | - |
| HSV(B) | 42.74º | 0.94% | 0.61% | - |
| XYZ | 19.47 | 18.8 | 2.86 | - |
| YUV | 113.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 9 | 0 | 0.27 | 0.94 | 0.39 | 42.74 | 0.89 | 0.32 |
| Hex | 9B | 71 | 9 | 0 | 1B | 5E | 27 | 2B | 59 | 20 |
| Octal | 233 | 161 | 11 | 0 | 33 | 136 | 47 | 53 | 131 | 40 |
| Binary | 10011011 | 1110001 | 1001 | 0 | 11011 | 1011110 | 100111 | 101011 | 1011001 | 100000 |
Color Harmonies of #9B7109
Complementary color
Monochromatic Colors of #9B7109
Black with #9B7109
Text Example
Text Example
White with #9B7109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7109; }
p { color: rgb(155,113,9); }
H1.HeaderClassName
{
color: #9B7109;
}
.AnyTagClassName
{
color: #9B7109;
}
</style>
background-color css
<style>
a { background-color: #9B7109; }
a { background-color: rgb(155,113,9); }
div.DivClassName
{
background-color: #9B7109;
}
.BgClassName
{
background-color: #9B7109;
}
</style>
border-color css
<style>
span { border-color: #9B7109; }
span { border-color: rgb(155,113,9); }
td.TdClassName
{
border-color: #9B7109;
}
.TagClassName
{
border-color: #9B7109;
}
</style>