Shades of Golden Brown #9B650F
Tints of Golden Brown #9B650F
RGB
CMYK
RGB Variations
Color information
#9B650F (or 0x9B650F) is known color: Golden Brown. HEX triplet: 9B, 65 and 0F. RGB value is (155,101,15). Sum of RGB (Red+Green+Blue) = 155+101+15=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B650F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B650F is #649AF0. Grayscale: #6B6B6B. Windows color (decimal): -6593265 or 1009051. OLE color: 1009051.
HSL color Cylindrical-coordinate representation of color #9B650F: hue angle of 36.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B650F is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 15 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.39 |
| HSL | 36.86º | 0.82% | 0.33% | - |
| HSV(B) | 36.86º | 0.9% | 0.61% | - |
| XYZ | 18.26 | 16.31 | 2.64 | - |
| YUV | 107.34 | 75.89 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 15 | 0 | 0.35 | 0.90 | 0.39 | 36.86 | 0.82 | 0.33 |
| Hex | 9B | 65 | F | 0 | 23 | 5A | 27 | 25 | 52 | 21 |
| Octal | 233 | 145 | 17 | 0 | 43 | 132 | 47 | 45 | 122 | 41 |
| Binary | 10011011 | 1100101 | 1111 | 0 | 100011 | 1011010 | 100111 | 100101 | 1010010 | 100001 |
Color Harmonies of #9B650F
Complementary color
Monochromatic Colors of #9B650F
Black with #9B650F
Text Example
Text Example
White with #9B650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B650F; }
p { color: rgb(155,101,15); }
H1.HeaderClassName
{
color: #9B650F;
}
.AnyTagClassName
{
color: #9B650F;
}
</style>
background-color css
<style>
a { background-color: #9B650F; }
a { background-color: rgb(155,101,15); }
div.DivClassName
{
background-color: #9B650F;
}
.BgClassName
{
background-color: #9B650F;
}
</style>
border-color css
<style>
span { border-color: #9B650F; }
span { border-color: rgb(155,101,15); }
td.TdClassName
{
border-color: #9B650F;
}
.TagClassName
{
border-color: #9B650F;
}
</style>