Shades of Golden Brown #9B6915
Tints of Golden Brown #9B6915
RGB
CMYK
RGB Variations
Color information
#9B6915 (or 0x9B6915) is known color: Golden Brown. HEX triplet: 9B, 69 and 15. RGB value is (155,105,21). Sum of RGB (Red+Green+Blue) = 155+105+21=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6915 is #6496EA. Grayscale: #6E6E6E. Windows color (decimal): -6592235 or 1403291. OLE color: 1403291.
HSL color Cylindrical-coordinate representation of color #9B6915: hue angle of 37.61º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B6915 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 105 | 21 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.39 |
| HSL | 37.61º | 0.76% | 0.35% | - |
| HSV(B) | 37.61º | 0.86% | 0.61% | - |
| XYZ | 18.7 | 17.13 | 3.03 | - |
| YUV | 110.37 | 77.57 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 21 | 0 | 0.32 | 0.86 | 0.39 | 37.61 | 0.76 | 0.35 |
| Hex | 9B | 69 | 15 | 0 | 20 | 56 | 27 | 26 | 4C | 23 |
| Octal | 233 | 151 | 25 | 0 | 40 | 126 | 47 | 46 | 114 | 43 |
| Binary | 10011011 | 1101001 | 10101 | 0 | 100000 | 1010110 | 100111 | 100110 | 1001100 | 100011 |
Color Harmonies of #9B6915
Complementary color
Monochromatic Colors of #9B6915
Black with #9B6915
Text Example
Text Example
White with #9B6915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6915; }
p { color: rgb(155,105,21); }
H1.HeaderClassName
{
color: #9B6915;
}
.AnyTagClassName
{
color: #9B6915;
}
</style>
background-color css
<style>
a { background-color: #9B6915; }
a { background-color: rgb(155,105,21); }
div.DivClassName
{
background-color: #9B6915;
}
.BgClassName
{
background-color: #9B6915;
}
</style>
border-color css
<style>
span { border-color: #9B6915; }
span { border-color: rgb(155,105,21); }
td.TdClassName
{
border-color: #9B6915;
}
.TagClassName
{
border-color: #9B6915;
}
</style>