Shades of Golden Brown #966D09
Tints of Golden Brown #966D09
RGB
CMYK
RGB Variations
Color information
#966D09 (or 0x966D09) is known color: Golden Brown. HEX triplet: 96, 6D and 09. RGB value is (150,109,9). Sum of RGB (Red+Green+Blue) = 150+109+9=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #966D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966D09 is #6992F6. Grayscale: #6E6E6E. Windows color (decimal): -6918903 or 617878. OLE color: 617878.
HSL color Cylindrical-coordinate representation of color #966D09: hue angle of 42.55º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #966D09 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 9 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.41 |
| HSL | 42.55º | 0.89% | 0.31% | - |
| HSV(B) | 42.55º | 0.94% | 0.59% | - |
| XYZ | 18.1 | 17.44 | 2.67 | - |
| YUV | 109.86 | 71.08 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 9 | 0 | 0.27 | 0.94 | 0.41 | 42.55 | 0.89 | 0.31 |
| Hex | 96 | 6D | 9 | 0 | 1B | 5E | 29 | 2B | 59 | 1F |
| Octal | 226 | 155 | 11 | 0 | 33 | 136 | 51 | 53 | 131 | 37 |
| Binary | 10010110 | 1101101 | 1001 | 0 | 11011 | 1011110 | 101001 | 101011 | 1011001 | 11111 |
Color Harmonies of #966D09
Complementary color
Monochromatic Colors of #966D09
Black with #966D09
Text Example
Text Example
White with #966D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D09; }
p { color: rgb(150,109,9); }
H1.HeaderClassName
{
color: #966D09;
}
.AnyTagClassName
{
color: #966D09;
}
</style>
background-color css
<style>
a { background-color: #966D09; }
a { background-color: rgb(150,109,9); }
div.DivClassName
{
background-color: #966D09;
}
.BgClassName
{
background-color: #966D09;
}
</style>
border-color css
<style>
span { border-color: #966D09; }
span { border-color: rgb(150,109,9); }
td.TdClassName
{
border-color: #966D09;
}
.TagClassName
{
border-color: #966D09;
}
</style>