Shades of Golden Brown #966D0C
Tints of Golden Brown #966D0C
RGB
CMYK
RGB Variations
Color information
#966D0C (or 0x966D0C) is known color: Golden Brown. HEX triplet: 96, 6D and 0C. RGB value is (150,109,12). Sum of RGB (Red+Green+Blue) = 150+109+12=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #966D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966D0C is #6992F3. Grayscale: #6E6E6E. Windows color (decimal): -6918900 or 814486. OLE color: 814486.
HSL color Cylindrical-coordinate representation of color #966D0C: hue angle of 42.17º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #966D0C is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 12 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.41 |
| HSL | 42.17º | 0.85% | 0.32% | - |
| HSV(B) | 42.17º | 0.92% | 0.59% | - |
| XYZ | 18.11 | 17.45 | 2.76 | - |
| YUV | 110.2 | 72.58 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 12 | 0 | 0.27 | 0.92 | 0.41 | 42.17 | 0.85 | 0.32 |
| Hex | 96 | 6D | C | 0 | 1B | 5C | 29 | 2A | 55 | 20 |
| Octal | 226 | 155 | 14 | 0 | 33 | 134 | 51 | 52 | 125 | 40 |
| Binary | 10010110 | 1101101 | 1100 | 0 | 11011 | 1011100 | 101001 | 101010 | 1010101 | 100000 |
Color Harmonies of #966D0C
Complementary color
Monochromatic Colors of #966D0C
Black with #966D0C
Text Example
Text Example
White with #966D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D0C; }
p { color: rgb(150,109,12); }
H1.HeaderClassName
{
color: #966D0C;
}
.AnyTagClassName
{
color: #966D0C;
}
</style>
background-color css
<style>
a { background-color: #966D0C; }
a { background-color: rgb(150,109,12); }
div.DivClassName
{
background-color: #966D0C;
}
.BgClassName
{
background-color: #966D0C;
}
</style>
border-color css
<style>
span { border-color: #966D0C; }
span { border-color: rgb(150,109,12); }
td.TdClassName
{
border-color: #966D0C;
}
.TagClassName
{
border-color: #966D0C;
}
</style>