Shades of Golden Brown #9B6521
Tints of Golden Brown #9B6521
RGB
CMYK
RGB Variations
Color information
#9B6521 (or 0x9B6521) is known color: Golden Brown. HEX triplet: 9B, 65 and 21. RGB value is (155,101,33). Sum of RGB (Red+Green+Blue) = 155+101+33=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6521 is #649ADE. Grayscale: #6D6D6D. Windows color (decimal): -6593247 or 2188699. OLE color: 2188699.
HSL color Cylindrical-coordinate representation of color #9B6521: hue angle of 33.44º degrees, saturation: 0.65, 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 #9B6521 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 33 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.39 |
| HSL | 33.44º | 0.65% | 0.37% | - |
| HSV(B) | 33.44º | 0.79% | 0.61% | - |
| XYZ | 18.45 | 16.39 | 3.63 | - |
| YUV | 109.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 33 | 0 | 0.35 | 0.79 | 0.39 | 33.44 | 0.65 | 0.37 |
| Hex | 9B | 65 | 21 | 0 | 23 | 4F | 27 | 21 | 41 | 25 |
| Octal | 233 | 145 | 41 | 0 | 43 | 117 | 47 | 41 | 101 | 45 |
| Binary | 10011011 | 1100101 | 100001 | 0 | 100011 | 1001111 | 100111 | 100001 | 1000001 | 100101 |
Color Harmonies of #9B6521
Complementary color
Monochromatic Colors of #9B6521
Black with #9B6521
Text Example
Text Example
White with #9B6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6521; }
p { color: rgb(155,101,33); }
H1.HeaderClassName
{
color: #9B6521;
}
.AnyTagClassName
{
color: #9B6521;
}
</style>
background-color css
<style>
a { background-color: #9B6521; }
a { background-color: rgb(155,101,33); }
div.DivClassName
{
background-color: #9B6521;
}
.BgClassName
{
background-color: #9B6521;
}
</style>
border-color css
<style>
span { border-color: #9B6521; }
span { border-color: rgb(155,101,33); }
td.TdClassName
{
border-color: #9B6521;
}
.TagClassName
{
border-color: #9B6521;
}
</style>