Shades of Golden Brown #996F09
Tints of Golden Brown #996F09
RGB
CMYK
RGB Variations
Color information
#996F09 (or 0x996F09) is known color: Golden Brown. HEX triplet: 99, 6F and 09. RGB value is (153,111,9). Sum of RGB (Red+Green+Blue) = 153+111+9=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #996F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F09 is #6690F6. Grayscale: #707070. Windows color (decimal): -6721783 or 618393. OLE color: 618393.
HSL color Cylindrical-coordinate representation of color #996F09: hue angle of 42.5º 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 #996F09 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 9 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.4 |
| HSL | 42.5º | 0.89% | 0.32% | - |
| HSV(B) | 42.5º | 0.94% | 0.6% | - |
| XYZ | 18.87 | 18.16 | 2.77 | - |
| YUV | 111.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 9 | 0 | 0.27 | 0.94 | 0.4 | 42.5 | 0.89 | 0.32 |
| Hex | 99 | 6F | 9 | 0 | 1B | 5E | 28 | 2A | 59 | 20 |
| Octal | 231 | 157 | 11 | 0 | 33 | 136 | 50 | 52 | 131 | 40 |
| Binary | 10011001 | 1101111 | 1001 | 0 | 11011 | 1011110 | 101000 | 101010 | 1011001 | 100000 |
Color Harmonies of #996F09
Complementary color
Monochromatic Colors of #996F09
Black with #996F09
Text Example
Text Example
White with #996F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F09; }
p { color: rgb(153,111,9); }
H1.HeaderClassName
{
color: #996F09;
}
.AnyTagClassName
{
color: #996F09;
}
</style>
background-color css
<style>
a { background-color: #996F09; }
a { background-color: rgb(153,111,9); }
div.DivClassName
{
background-color: #996F09;
}
.BgClassName
{
background-color: #996F09;
}
</style>
border-color css
<style>
span { border-color: #996F09; }
span { border-color: rgb(153,111,9); }
td.TdClassName
{
border-color: #996F09;
}
.TagClassName
{
border-color: #996F09;
}
</style>