Shades of Golden Brown #997509
Tints of Golden Brown #997509
RGB
CMYK
RGB Variations
Color information
#997509 (or 0x997509) is known color: Golden Brown. HEX triplet: 99, 75 and 09. RGB value is (153,117,9). Sum of RGB (Red+Green+Blue) = 153+117+9=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #997509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997509 is #668AF6. Grayscale: #737373. Windows color (decimal): -6720247 or 619929. OLE color: 619929.
HSL color Cylindrical-coordinate representation of color #997509: hue angle of 45º 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 #997509 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 9 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.4 |
| HSL | 45º | 0.89% | 0.32% | - |
| HSV(B) | 45º | 0.94% | 0.6% | - |
| XYZ | 19.55 | 19.51 | 2.99 | - |
| YUV | 115.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 9 | 0 | 0.24 | 0.94 | 0.4 | 45 | 0.89 | 0.32 |
| Hex | 99 | 75 | 9 | 0 | 18 | 5E | 28 | 2D | 59 | 20 |
| Octal | 231 | 165 | 11 | 0 | 30 | 136 | 50 | 55 | 131 | 40 |
| Binary | 10011001 | 1110101 | 1001 | 0 | 11000 | 1011110 | 101000 | 101101 | 1011001 | 100000 |
Color Harmonies of #997509
Complementary color
Monochromatic Colors of #997509
Black with #997509
Text Example
Text Example
White with #997509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997509; }
p { color: rgb(153,117,9); }
H1.HeaderClassName
{
color: #997509;
}
.AnyTagClassName
{
color: #997509;
}
</style>
background-color css
<style>
a { background-color: #997509; }
a { background-color: rgb(153,117,9); }
div.DivClassName
{
background-color: #997509;
}
.BgClassName
{
background-color: #997509;
}
</style>
border-color css
<style>
span { border-color: #997509; }
span { border-color: rgb(153,117,9); }
td.TdClassName
{
border-color: #997509;
}
.TagClassName
{
border-color: #997509;
}
</style>