Shades of Golden Brown #9B640A
Tints of Golden Brown #9B640A
RGB
CMYK
RGB Variations
Color information
#9B640A (or 0x9B640A) is known color: Golden Brown. HEX triplet: 9B, 64 and 0A. RGB value is (155,100,10). Sum of RGB (Red+Green+Blue) = 155+100+10=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B640A is #649BF5. Grayscale: #6A6A6A. Windows color (decimal): -6593526 or 681115. OLE color: 681115.
HSL color Cylindrical-coordinate representation of color #9B640A: hue angle of 37.24º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B640A is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 100 | 10 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.39 |
| HSL | 37.24º | 0.88% | 0.32% | - |
| HSV(B) | 37.24º | 0.94% | 0.61% | - |
| XYZ | 18.13 | 16.1 | 2.44 | - |
| YUV | 106.19 | 73.72 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 10 | 0 | 0.35 | 0.94 | 0.39 | 37.24 | 0.88 | 0.32 |
| Hex | 9B | 64 | A | 0 | 23 | 5E | 27 | 25 | 58 | 20 |
| Octal | 233 | 144 | 12 | 0 | 43 | 136 | 47 | 45 | 130 | 40 |
| Binary | 10011011 | 1100100 | 1010 | 0 | 100011 | 1011110 | 100111 | 100101 | 1011000 | 100000 |
Color Harmonies of #9B640A
Complementary color
Monochromatic Colors of #9B640A
Black with #9B640A
Text Example
Text Example
White with #9B640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B640A; }
p { color: rgb(155,100,10); }
H1.HeaderClassName
{
color: #9B640A;
}
.AnyTagClassName
{
color: #9B640A;
}
</style>
background-color css
<style>
a { background-color: #9B640A; }
a { background-color: rgb(155,100,10); }
div.DivClassName
{
background-color: #9B640A;
}
.BgClassName
{
background-color: #9B640A;
}
</style>
border-color css
<style>
span { border-color: #9B640A; }
span { border-color: rgb(155,100,10); }
td.TdClassName
{
border-color: #9B640A;
}
.TagClassName
{
border-color: #9B640A;
}
</style>