Shades of Golden Brown #9B6520
Tints of Golden Brown #9B6520
RGB
CMYK
RGB Variations
Color information
#9B6520 (or 0x9B6520) is known color: Golden Brown. HEX triplet: 9B, 65 and 20. RGB value is (155,101,32). Sum of RGB (Red+Green+Blue) = 155+101+32=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6520 is #649ADF. Grayscale: #6D6D6D. Windows color (decimal): -6593248 or 2123163. OLE color: 2123163.
HSL color Cylindrical-coordinate representation of color #9B6520: hue angle of 33.66º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B6520 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 32 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.39 |
| HSL | 33.66º | 0.66% | 0.37% | - |
| HSV(B) | 33.66º | 0.79% | 0.61% | - |
| XYZ | 18.43 | 16.38 | 3.56 | - |
| YUV | 109.28 | 84.39 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 32 | 0 | 0.35 | 0.79 | 0.39 | 33.66 | 0.66 | 0.37 |
| Hex | 9B | 65 | 20 | 0 | 23 | 4F | 27 | 22 | 42 | 25 |
| Octal | 233 | 145 | 40 | 0 | 43 | 117 | 47 | 42 | 102 | 45 |
| Binary | 10011011 | 1100101 | 100000 | 0 | 100011 | 1001111 | 100111 | 100010 | 1000010 | 100101 |
Color Harmonies of #9B6520
Complementary color
Monochromatic Colors of #9B6520
Black with #9B6520
Text Example
Text Example
White with #9B6520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6520; }
p { color: rgb(155,101,32); }
H1.HeaderClassName
{
color: #9B6520;
}
.AnyTagClassName
{
color: #9B6520;
}
</style>
background-color css
<style>
a { background-color: #9B6520; }
a { background-color: rgb(155,101,32); }
div.DivClassName
{
background-color: #9B6520;
}
.BgClassName
{
background-color: #9B6520;
}
</style>
border-color css
<style>
span { border-color: #9B6520; }
span { border-color: rgb(155,101,32); }
td.TdClassName
{
border-color: #9B6520;
}
.TagClassName
{
border-color: #9B6520;
}
</style>