Shades of Golden Brown #9B650B
Tints of Golden Brown #9B650B
RGB
CMYK
RGB Variations
Color information
#9B650B (or 0x9B650B) is known color: Golden Brown. HEX triplet: 9B, 65 and 0B. RGB value is (155,101,11). Sum of RGB (Red+Green+Blue) = 155+101+11=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B650B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B650B is #649AF4. Grayscale: #6B6B6B. Windows color (decimal): -6593269 or 746907. OLE color: 746907.
HSL color Cylindrical-coordinate representation of color #9B650B: hue angle of 37.5º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B650B is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 11 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.39 |
| HSL | 37.5º | 0.87% | 0.33% | - |
| HSV(B) | 37.5º | 0.93% | 0.61% | - |
| XYZ | 18.23 | 16.3 | 2.5 | - |
| YUV | 106.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 11 | 0 | 0.35 | 0.93 | 0.39 | 37.5 | 0.87 | 0.33 |
| Hex | 9B | 65 | B | 0 | 23 | 5D | 27 | 26 | 57 | 21 |
| Octal | 233 | 145 | 13 | 0 | 43 | 135 | 47 | 46 | 127 | 41 |
| Binary | 10011011 | 1100101 | 1011 | 0 | 100011 | 1011101 | 100111 | 100110 | 1010111 | 100001 |
Color Harmonies of #9B650B
Complementary color
Monochromatic Colors of #9B650B
Black with #9B650B
Text Example
Text Example
White with #9B650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B650B; }
p { color: rgb(155,101,11); }
H1.HeaderClassName
{
color: #9B650B;
}
.AnyTagClassName
{
color: #9B650B;
}
</style>
background-color css
<style>
a { background-color: #9B650B; }
a { background-color: rgb(155,101,11); }
div.DivClassName
{
background-color: #9B650B;
}
.BgClassName
{
background-color: #9B650B;
}
</style>
border-color css
<style>
span { border-color: #9B650B; }
span { border-color: rgb(155,101,11); }
td.TdClassName
{
border-color: #9B650B;
}
.TagClassName
{
border-color: #9B650B;
}
</style>