Shades of Golden Brown #9B7600
Tints of Golden Brown #9B7600
RGB
CMYK
RGB Variations
Color information
#9B7600 (or 0x9B7600) is known color: Golden Brown. HEX triplet: 9B, 76 and 00. RGB value is (155,118,0). Sum of RGB (Red+Green+Blue) = 155+118+0=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7600 is #6489FF. Grayscale: #747474. Windows color (decimal): -6588928 or 30363. OLE color: 30363.
HSL color Cylindrical-coordinate representation of color #9B7600: hue angle of 45.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B7600 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 118 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.39 |
| HSL | 45.68º | 1% | 0.3% | - |
| HSV(B) | 45.68º | 1% | 0.61% | - |
| XYZ | 20 | 19.93 | 2.79 | - |
| YUV | 115.61 | 62.76 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 0 | 0 | 0.24 | 1 | 0.39 | 45.68 | 1 | 0.3 |
| Hex | 9B | 76 | 0 | 0 | 18 | 64 | 27 | 2E | 64 | 1E |
| Octal | 233 | 166 | 0 | 0 | 30 | 144 | 47 | 56 | 144 | 36 |
| Binary | 10011011 | 1110110 | 0 | 0 | 11000 | 1100100 | 100111 | 101110 | 1100100 | 11110 |
Color Harmonies of #9B7600
Complementary color
Monochromatic Colors of #9B7600
Black with #9B7600
Text Example
Text Example
White with #9B7600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7600; }
p { color: rgb(155,118,0); }
H1.HeaderClassName
{
color: #9B7600;
}
.AnyTagClassName
{
color: #9B7600;
}
</style>
background-color css
<style>
a { background-color: #9B7600; }
a { background-color: rgb(155,118,0); }
div.DivClassName
{
background-color: #9B7600;
}
.BgClassName
{
background-color: #9B7600;
}
</style>
border-color css
<style>
span { border-color: #9B7600; }
span { border-color: rgb(155,118,0); }
td.TdClassName
{
border-color: #9B7600;
}
.TagClassName
{
border-color: #9B7600;
}
</style>