Shades of Golden Brown #997109
Tints of Golden Brown #997109
RGB
CMYK
RGB Variations
Color information
#997109 (or 0x997109) is known color: Golden Brown. HEX triplet: 99, 71 and 09. RGB value is (153,113,9). Sum of RGB (Red+Green+Blue) = 153+113+9=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #997109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997109 is #668EF6. Grayscale: #717171. Windows color (decimal): -6721271 or 618905. OLE color: 618905.
HSL color Cylindrical-coordinate representation of color #997109: hue angle of 43.33º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #997109 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 9 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.4 |
| HSL | 43.33º | 0.89% | 0.32% | - |
| HSV(B) | 43.33º | 0.94% | 0.6% | - |
| XYZ | 19.09 | 18.6 | 2.84 | - |
| YUV | 113.1 | 69.25 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 9 | 0 | 0.26 | 0.94 | 0.4 | 43.33 | 0.89 | 0.32 |
| Hex | 99 | 71 | 9 | 0 | 1A | 5E | 28 | 2B | 59 | 20 |
| Octal | 231 | 161 | 11 | 0 | 32 | 136 | 50 | 53 | 131 | 40 |
| Binary | 10011001 | 1110001 | 1001 | 0 | 11010 | 1011110 | 101000 | 101011 | 1011001 | 100000 |
Color Harmonies of #997109
Complementary color
Monochromatic Colors of #997109
Black with #997109
Text Example
Text Example
White with #997109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997109; }
p { color: rgb(153,113,9); }
H1.HeaderClassName
{
color: #997109;
}
.AnyTagClassName
{
color: #997109;
}
</style>
background-color css
<style>
a { background-color: #997109; }
a { background-color: rgb(153,113,9); }
div.DivClassName
{
background-color: #997109;
}
.BgClassName
{
background-color: #997109;
}
</style>
border-color css
<style>
span { border-color: #997109; }
span { border-color: rgb(153,113,9); }
td.TdClassName
{
border-color: #997109;
}
.TagClassName
{
border-color: #997109;
}
</style>