Shades of Golden Brown #9B6509
Tints of Golden Brown #9B6509
RGB
CMYK
RGB Variations
Color information
#9B6509 (or 0x9B6509) is known color: Golden Brown. HEX triplet: 9B, 65 and 09. RGB value is (155,101,9). Sum of RGB (Red+Green+Blue) = 155+101+9=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6509 is #649AF6. Grayscale: #6B6B6B. Windows color (decimal): -6593271 or 615835. OLE color: 615835.
HSL color Cylindrical-coordinate representation of color #9B6509: hue angle of 37.81º 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 #9B6509 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 9 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.39 |
| HSL | 37.81º | 0.89% | 0.32% | - |
| HSV(B) | 37.81º | 0.94% | 0.61% | - |
| XYZ | 18.22 | 16.3 | 2.44 | - |
| YUV | 106.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 9 | 0 | 0.35 | 0.94 | 0.39 | 37.81 | 0.89 | 0.32 |
| Hex | 9B | 65 | 9 | 0 | 23 | 5E | 27 | 26 | 59 | 20 |
| Octal | 233 | 145 | 11 | 0 | 43 | 136 | 47 | 46 | 131 | 40 |
| Binary | 10011011 | 1100101 | 1001 | 0 | 100011 | 1011110 | 100111 | 100110 | 1011001 | 100000 |
Color Harmonies of #9B6509
Complementary color
Monochromatic Colors of #9B6509
Black with #9B6509
Text Example
Text Example
White with #9B6509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6509; }
p { color: rgb(155,101,9); }
H1.HeaderClassName
{
color: #9B6509;
}
.AnyTagClassName
{
color: #9B6509;
}
</style>
background-color css
<style>
a { background-color: #9B6509; }
a { background-color: rgb(155,101,9); }
div.DivClassName
{
background-color: #9B6509;
}
.BgClassName
{
background-color: #9B6509;
}
</style>
border-color css
<style>
span { border-color: #9B6509; }
span { border-color: rgb(155,101,9); }
td.TdClassName
{
border-color: #9B6509;
}
.TagClassName
{
border-color: #9B6509;
}
</style>