Shades of Golden Brown #9B5609
Tints of Golden Brown #9B5609
RGB
CMYK
RGB Variations
Color information
#9B5609 (or 0x9B5609) is known color: Golden Brown. HEX triplet: 9B, 56 and 09. RGB value is (155,86,9). Sum of RGB (Red+Green+Blue) = 155+86+9=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5609 is #64A9F6. Grayscale: #626262. Windows color (decimal): -6597111 or 611995. OLE color: 611995.
HSL color Cylindrical-coordinate representation of color #9B5609: hue angle of 31.64º 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 #9B5609 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 86 | 9 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.39 |
| HSL | 31.64º | 0.89% | 0.32% | - |
| HSV(B) | 31.64º | 0.94% | 0.61% | - |
| XYZ | 16.89 | 13.64 | 2 | - |
| YUV | 97.85 | 77.86 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 86 | 9 | 0 | 0.45 | 0.94 | 0.39 | 31.64 | 0.89 | 0.32 |
| Hex | 9B | 56 | 9 | 0 | 2D | 5E | 27 | 20 | 59 | 20 |
| Octal | 233 | 126 | 11 | 0 | 55 | 136 | 47 | 40 | 131 | 40 |
| Binary | 10011011 | 1010110 | 1001 | 0 | 101101 | 1011110 | 100111 | 100000 | 1011001 | 100000 |
Color Harmonies of #9B5609
Complementary color
Monochromatic Colors of #9B5609
Black with #9B5609
Text Example
Text Example
White with #9B5609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5609; }
p { color: rgb(155,86,9); }
H1.HeaderClassName
{
color: #9B5609;
}
.AnyTagClassName
{
color: #9B5609;
}
</style>
background-color css
<style>
a { background-color: #9B5609; }
a { background-color: rgb(155,86,9); }
div.DivClassName
{
background-color: #9B5609;
}
.BgClassName
{
background-color: #9B5609;
}
</style>
border-color css
<style>
span { border-color: #9B5609; }
span { border-color: rgb(155,86,9); }
td.TdClassName
{
border-color: #9B5609;
}
.TagClassName
{
border-color: #9B5609;
}
</style>