Shades of Golden Brown #9B5607
Tints of Golden Brown #9B5607
RGB
CMYK
RGB Variations
Color information
#9B5607 (or 0x9B5607) is known color: Golden Brown. HEX triplet: 9B, 56 and 07. RGB value is (155,86,7). Sum of RGB (Red+Green+Blue) = 155+86+7=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5607 is #64A9F8. Grayscale: #626262. Windows color (decimal): -6597113 or 480923. OLE color: 480923.
HSL color Cylindrical-coordinate representation of color #9B5607: hue angle of 32.03º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B5607 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 86 | 7 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.39 |
| HSL | 32.03º | 0.91% | 0.32% | - |
| HSV(B) | 32.03º | 0.95% | 0.61% | - |
| XYZ | 16.88 | 13.64 | 1.94 | - |
| YUV | 97.63 | 76.86 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 86 | 7 | 0 | 0.45 | 0.95 | 0.39 | 32.03 | 0.91 | 0.32 |
| Hex | 9B | 56 | 7 | 0 | 2D | 5F | 27 | 20 | 5B | 20 |
| Octal | 233 | 126 | 7 | 0 | 55 | 137 | 47 | 40 | 133 | 40 |
| Binary | 10011011 | 1010110 | 111 | 0 | 101101 | 1011111 | 100111 | 100000 | 1011011 | 100000 |
Color Harmonies of #9B5607
Complementary color
Monochromatic Colors of #9B5607
Black with #9B5607
Text Example
Text Example
White with #9B5607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5607; }
p { color: rgb(155,86,7); }
H1.HeaderClassName
{
color: #9B5607;
}
.AnyTagClassName
{
color: #9B5607;
}
</style>
background-color css
<style>
a { background-color: #9B5607; }
a { background-color: rgb(155,86,7); }
div.DivClassName
{
background-color: #9B5607;
}
.BgClassName
{
background-color: #9B5607;
}
</style>
border-color css
<style>
span { border-color: #9B5607; }
span { border-color: rgb(155,86,7); }
td.TdClassName
{
border-color: #9B5607;
}
.TagClassName
{
border-color: #9B5607;
}
</style>