Shades of Golden Brown #9B6100
Tints of Golden Brown #9B6100
RGB
CMYK
RGB Variations
Color information
#9B6100 (or 0x9B6100) is known color: Golden Brown. HEX triplet: 9B, 61 and 00. RGB value is (155,97,0). Sum of RGB (Red+Green+Blue) = 155+97+0=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6100 is #649EFF. Grayscale: #676767. Windows color (decimal): -6594304 or 24987. OLE color: 24987.
HSL color Cylindrical-coordinate representation of color #9B6100: hue angle of 37.55º 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 #9B6100 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.39 |
| HSL | 37.55º | 1% | 0.3% | - |
| HSV(B) | 37.55º | 1% | 0.61% | - |
| XYZ | 17.79 | 15.52 | 2.06 | - |
| YUV | 103.28 | 69.72 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 0 | 0 | 0.37 | 1 | 0.39 | 37.55 | 1 | 0.3 |
| Hex | 9B | 61 | 0 | 0 | 25 | 64 | 27 | 26 | 64 | 1E |
| Octal | 233 | 141 | 0 | 0 | 45 | 144 | 47 | 46 | 144 | 36 |
| Binary | 10011011 | 1100001 | 0 | 0 | 100101 | 1100100 | 100111 | 100110 | 1100100 | 11110 |
Color Harmonies of #9B6100
Complementary color
Monochromatic Colors of #9B6100
Black with #9B6100
Text Example
Text Example
White with #9B6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6100; }
p { color: rgb(155,97,0); }
H1.HeaderClassName
{
color: #9B6100;
}
.AnyTagClassName
{
color: #9B6100;
}
</style>
background-color css
<style>
a { background-color: #9B6100; }
a { background-color: rgb(155,97,0); }
div.DivClassName
{
background-color: #9B6100;
}
.BgClassName
{
background-color: #9B6100;
}
</style>
border-color css
<style>
span { border-color: #9B6100; }
span { border-color: rgb(155,97,0); }
td.TdClassName
{
border-color: #9B6100;
}
.TagClassName
{
border-color: #9B6100;
}
</style>