Shades of Golden Brown #9B6514
Tints of Golden Brown #9B6514
RGB
CMYK
RGB Variations
Color information
#9B6514 (or 0x9B6514) is known color: Golden Brown. HEX triplet: 9B, 65 and 14. RGB value is (155,101,20). Sum of RGB (Red+Green+Blue) = 155+101+20=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6514 is #649AEB. Grayscale: #6C6C6C. Windows color (decimal): -6593260 or 1336731. OLE color: 1336731.
HSL color Cylindrical-coordinate representation of color #9B6514: hue angle of 36º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B6514 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 20 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.39 |
| HSL | 36º | 0.77% | 0.34% | - |
| HSV(B) | 36º | 0.87% | 0.61% | - |
| XYZ | 18.3 | 16.33 | 2.85 | - |
| YUV | 107.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 20 | 0 | 0.35 | 0.87 | 0.39 | 36 | 0.77 | 0.34 |
| Hex | 9B | 65 | 14 | 0 | 23 | 57 | 27 | 24 | 4D | 22 |
| Octal | 233 | 145 | 24 | 0 | 43 | 127 | 47 | 44 | 115 | 42 |
| Binary | 10011011 | 1100101 | 10100 | 0 | 100011 | 1010111 | 100111 | 100100 | 1001101 | 100010 |
Color Harmonies of #9B6514
Complementary color
Monochromatic Colors of #9B6514
Black with #9B6514
Text Example
Text Example
White with #9B6514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6514; }
p { color: rgb(155,101,20); }
H1.HeaderClassName
{
color: #9B6514;
}
.AnyTagClassName
{
color: #9B6514;
}
</style>
background-color css
<style>
a { background-color: #9B6514; }
a { background-color: rgb(155,101,20); }
div.DivClassName
{
background-color: #9B6514;
}
.BgClassName
{
background-color: #9B6514;
}
</style>
border-color css
<style>
span { border-color: #9B6514; }
span { border-color: rgb(155,101,20); }
td.TdClassName
{
border-color: #9B6514;
}
.TagClassName
{
border-color: #9B6514;
}
</style>