Shades of Golden Brown #9B6311
Tints of Golden Brown #9B6311
RGB
CMYK
RGB Variations
Color information
#9B6311 (or 0x9B6311) is known color: Golden Brown. HEX triplet: 9B, 63 and 11. RGB value is (155,99,17). Sum of RGB (Red+Green+Blue) = 155+99+17=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6311 is #649CEE. Grayscale: #6A6A6A. Windows color (decimal): -6593775 or 1139611. OLE color: 1139611.
HSL color Cylindrical-coordinate representation of color #9B6311: hue angle of 35.65º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B6311 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 17 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.39 |
| HSL | 35.65º | 0.8% | 0.34% | - |
| HSV(B) | 35.65º | 0.89% | 0.61% | - |
| XYZ | 18.08 | 15.93 | 2.65 | - |
| YUV | 106.4 | 77.55 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 17 | 0 | 0.36 | 0.89 | 0.39 | 35.65 | 0.8 | 0.34 |
| Hex | 9B | 63 | 11 | 0 | 24 | 59 | 27 | 24 | 50 | 22 |
| Octal | 233 | 143 | 21 | 0 | 44 | 131 | 47 | 44 | 120 | 42 |
| Binary | 10011011 | 1100011 | 10001 | 0 | 100100 | 1011001 | 100111 | 100100 | 1010000 | 100010 |
Color Harmonies of #9B6311
Complementary color
Monochromatic Colors of #9B6311
Black with #9B6311
Text Example
Text Example
White with #9B6311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6311; }
p { color: rgb(155,99,17); }
H1.HeaderClassName
{
color: #9B6311;
}
.AnyTagClassName
{
color: #9B6311;
}
</style>
background-color css
<style>
a { background-color: #9B6311; }
a { background-color: rgb(155,99,17); }
div.DivClassName
{
background-color: #9B6311;
}
.BgClassName
{
background-color: #9B6311;
}
</style>
border-color css
<style>
span { border-color: #9B6311; }
span { border-color: rgb(155,99,17); }
td.TdClassName
{
border-color: #9B6311;
}
.TagClassName
{
border-color: #9B6311;
}
</style>