Shades of Golden Brown #996109
Tints of Golden Brown #996109
RGB
CMYK
RGB Variations
Color information
#996109 (or 0x996109) is known color: Golden Brown. HEX triplet: 99, 61 and 09. RGB value is (153,97,9). Sum of RGB (Red+Green+Blue) = 153+97+9=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #996109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996109 is #669EF6. Grayscale: #686868. Windows color (decimal): -6725367 or 614809. OLE color: 614809.
HSL color Cylindrical-coordinate representation of color #996109: hue angle of 36.67º 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 #996109 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 9 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.4 |
| HSL | 36.67º | 0.89% | 0.32% | - |
| HSV(B) | 36.67º | 0.94% | 0.6% | - |
| XYZ | 17.46 | 15.34 | 2.3 | - |
| YUV | 103.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 9 | 0 | 0.37 | 0.94 | 0.4 | 36.67 | 0.89 | 0.32 |
| Hex | 99 | 61 | 9 | 0 | 25 | 5E | 28 | 25 | 59 | 20 |
| Octal | 231 | 141 | 11 | 0 | 45 | 136 | 50 | 45 | 131 | 40 |
| Binary | 10011001 | 1100001 | 1001 | 0 | 100101 | 1011110 | 101000 | 100101 | 1011001 | 100000 |
Color Harmonies of #996109
Complementary color
Monochromatic Colors of #996109
Black with #996109
Text Example
Text Example
White with #996109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996109; }
p { color: rgb(153,97,9); }
H1.HeaderClassName
{
color: #996109;
}
.AnyTagClassName
{
color: #996109;
}
</style>
background-color css
<style>
a { background-color: #996109; }
a { background-color: rgb(153,97,9); }
div.DivClassName
{
background-color: #996109;
}
.BgClassName
{
background-color: #996109;
}
</style>
border-color css
<style>
span { border-color: #996109; }
span { border-color: rgb(153,97,9); }
td.TdClassName
{
border-color: #996109;
}
.TagClassName
{
border-color: #996109;
}
</style>