Shades of Golden Brown #9B6900
Tints of Golden Brown #9B6900
RGB
CMYK
RGB Variations
Color information
#9B6900 (or 0x9B6900) is known color: Golden Brown. HEX triplet: 9B, 69 and 00. RGB value is (155,105,0). Sum of RGB (Red+Green+Blue) = 155+105+0=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6900 is #6496FF. Grayscale: #6C6C6C. Windows color (decimal): -6592256 or 27035. OLE color: 27035.
HSL color Cylindrical-coordinate representation of color #9B6900: hue angle of 40.65º 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 #9B6900 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 105 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.39 |
| HSL | 40.65º | 1% | 0.3% | - |
| HSV(B) | 40.65º | 1% | 0.61% | - |
| XYZ | 18.57 | 17.07 | 2.32 | - |
| YUV | 107.98 | 67.07 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 0 | 0 | 0.32 | 1 | 0.39 | 40.65 | 1 | 0.3 |
| Hex | 9B | 69 | 0 | 0 | 20 | 64 | 27 | 29 | 64 | 1E |
| Octal | 233 | 151 | 0 | 0 | 40 | 144 | 47 | 51 | 144 | 36 |
| Binary | 10011011 | 1101001 | 0 | 0 | 100000 | 1100100 | 100111 | 101001 | 1100100 | 11110 |
Color Harmonies of #9B6900
Complementary color
Monochromatic Colors of #9B6900
Black with #9B6900
Text Example
Text Example
White with #9B6900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6900; }
p { color: rgb(155,105,0); }
H1.HeaderClassName
{
color: #9B6900;
}
.AnyTagClassName
{
color: #9B6900;
}
</style>
background-color css
<style>
a { background-color: #9B6900; }
a { background-color: rgb(155,105,0); }
div.DivClassName
{
background-color: #9B6900;
}
.BgClassName
{
background-color: #9B6900;
}
</style>
border-color css
<style>
span { border-color: #9B6900; }
span { border-color: rgb(155,105,0); }
td.TdClassName
{
border-color: #9B6900;
}
.TagClassName
{
border-color: #9B6900;
}
</style>