Shades of Golden Brown #9B770C
Tints of Golden Brown #9B770C
RGB
CMYK
RGB Variations
Color information
#9B770C (or 0x9B770C) is known color: Golden Brown. HEX triplet: 9B, 77 and 0C. RGB value is (155,119,12). Sum of RGB (Red+Green+Blue) = 155+119+12=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B770C is #6488F3. Grayscale: #767676. Windows color (decimal): -6588660 or 817051. OLE color: 817051.
HSL color Cylindrical-coordinate representation of color #9B770C: hue angle of 44.9º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B770C is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 119 | 12 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.39 |
| HSL | 44.9º | 0.86% | 0.33% | - |
| HSV(B) | 44.9º | 0.92% | 0.61% | - |
| XYZ | 20.18 | 20.19 | 3.18 | - |
| YUV | 117.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 12 | 0 | 0.23 | 0.92 | 0.39 | 44.9 | 0.86 | 0.33 |
| Hex | 9B | 77 | C | 0 | 17 | 5C | 27 | 2D | 56 | 21 |
| Octal | 233 | 167 | 14 | 0 | 27 | 134 | 47 | 55 | 126 | 41 |
| Binary | 10011011 | 1110111 | 1100 | 0 | 10111 | 1011100 | 100111 | 101101 | 1010110 | 100001 |
Color Harmonies of #9B770C
Complementary color
Monochromatic Colors of #9B770C
Black with #9B770C
Text Example
Text Example
White with #9B770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B770C; }
p { color: rgb(155,119,12); }
H1.HeaderClassName
{
color: #9B770C;
}
.AnyTagClassName
{
color: #9B770C;
}
</style>
background-color css
<style>
a { background-color: #9B770C; }
a { background-color: rgb(155,119,12); }
div.DivClassName
{
background-color: #9B770C;
}
.BgClassName
{
background-color: #9B770C;
}
</style>
border-color css
<style>
span { border-color: #9B770C; }
span { border-color: rgb(155,119,12); }
td.TdClassName
{
border-color: #9B770C;
}
.TagClassName
{
border-color: #9B770C;
}
</style>