Shades of Golden Brown #9B6405
Tints of Golden Brown #9B6405
RGB
CMYK
RGB Variations
Color information
#9B6405 (or 0x9B6405) is known color: Golden Brown. HEX triplet: 9B, 64 and 05. RGB value is (155,100,5). Sum of RGB (Red+Green+Blue) = 155+100+5=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6405 is #649BFA. Grayscale: #6A6A6A. Windows color (decimal): -6593531 or 353435. OLE color: 353435.
HSL color Cylindrical-coordinate representation of color #9B6405: hue angle of 38º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B6405 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 100 | 5 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.39 |
| HSL | 38º | 0.94% | 0.31% | - |
| HSV(B) | 38º | 0.97% | 0.61% | - |
| XYZ | 18.1 | 16.09 | 2.3 | - |
| YUV | 105.62 | 71.22 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 5 | 0 | 0.35 | 0.97 | 0.39 | 38 | 0.94 | 0.31 |
| Hex | 9B | 64 | 5 | 0 | 23 | 61 | 27 | 26 | 5E | 1F |
| Octal | 233 | 144 | 5 | 0 | 43 | 141 | 47 | 46 | 136 | 37 |
| Binary | 10011011 | 1100100 | 101 | 0 | 100011 | 1100001 | 100111 | 100110 | 1011110 | 11111 |
Color Harmonies of #9B6405
Complementary color
Monochromatic Colors of #9B6405
Black with #9B6405
Text Example
Text Example
White with #9B6405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6405; }
p { color: rgb(155,100,5); }
H1.HeaderClassName
{
color: #9B6405;
}
.AnyTagClassName
{
color: #9B6405;
}
</style>
background-color css
<style>
a { background-color: #9B6405; }
a { background-color: rgb(155,100,5); }
div.DivClassName
{
background-color: #9B6405;
}
.BgClassName
{
background-color: #9B6405;
}
</style>
border-color css
<style>
span { border-color: #9B6405; }
span { border-color: rgb(155,100,5); }
td.TdClassName
{
border-color: #9B6405;
}
.TagClassName
{
border-color: #9B6405;
}
</style>