Shades of Golden Brown #996209
Tints of Golden Brown #996209
RGB
CMYK
RGB Variations
Color information
#996209 (or 0x996209) is known color: Golden Brown. HEX triplet: 99, 62 and 09. RGB value is (153,98,9). Sum of RGB (Red+Green+Blue) = 153+98+9=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #996209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996209 is #669DF6. Grayscale: #686868. Windows color (decimal): -6725111 or 615065. OLE color: 615065.
HSL color Cylindrical-coordinate representation of color #996209: hue angle of 37.08º 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 #996209 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 9 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.4 |
| HSL | 37.08º | 0.89% | 0.32% | - |
| HSV(B) | 37.08º | 0.94% | 0.6% | - |
| XYZ | 17.55 | 15.53 | 2.33 | - |
| YUV | 104.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 9 | 0 | 0.36 | 0.94 | 0.4 | 37.08 | 0.89 | 0.32 |
| Hex | 99 | 62 | 9 | 0 | 24 | 5E | 28 | 25 | 59 | 20 |
| Octal | 231 | 142 | 11 | 0 | 44 | 136 | 50 | 45 | 131 | 40 |
| Binary | 10011001 | 1100010 | 1001 | 0 | 100100 | 1011110 | 101000 | 100101 | 1011001 | 100000 |
Color Harmonies of #996209
Complementary color
Monochromatic Colors of #996209
Black with #996209
Text Example
Text Example
White with #996209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996209; }
p { color: rgb(153,98,9); }
H1.HeaderClassName
{
color: #996209;
}
.AnyTagClassName
{
color: #996209;
}
</style>
background-color css
<style>
a { background-color: #996209; }
a { background-color: rgb(153,98,9); }
div.DivClassName
{
background-color: #996209;
}
.BgClassName
{
background-color: #996209;
}
</style>
border-color css
<style>
span { border-color: #996209; }
span { border-color: rgb(153,98,9); }
td.TdClassName
{
border-color: #996209;
}
.TagClassName
{
border-color: #996209;
}
</style>