Shades of Golden Brown #966D10
Tints of Golden Brown #966D10
RGB
CMYK
RGB Variations
Color information
#966D10 (or 0x966D10) is known color: Golden Brown. HEX triplet: 96, 6D and 10. RGB value is (150,109,16). Sum of RGB (Red+Green+Blue) = 150+109+16=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #966D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966D10 is #6992EF. Grayscale: #6F6F6F. Windows color (decimal): -6918896 or 1076630. OLE color: 1076630.
HSL color Cylindrical-coordinate representation of color #966D10: hue angle of 41.64º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #966D10 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 16 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.41 |
| HSL | 41.64º | 0.81% | 0.33% | - |
| HSV(B) | 41.64º | 0.89% | 0.59% | - |
| XYZ | 18.14 | 17.46 | 2.9 | - |
| YUV | 110.66 | 74.58 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 16 | 0 | 0.27 | 0.89 | 0.41 | 41.64 | 0.81 | 0.33 |
| Hex | 96 | 6D | 10 | 0 | 1B | 59 | 29 | 2A | 51 | 21 |
| Octal | 226 | 155 | 20 | 0 | 33 | 131 | 51 | 52 | 121 | 41 |
| Binary | 10010110 | 1101101 | 10000 | 0 | 11011 | 1011001 | 101001 | 101010 | 1010001 | 100001 |
Color Harmonies of #966D10
Complementary color
Monochromatic Colors of #966D10
Black with #966D10
Text Example
Text Example
White with #966D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D10; }
p { color: rgb(150,109,16); }
H1.HeaderClassName
{
color: #966D10;
}
.AnyTagClassName
{
color: #966D10;
}
</style>
background-color css
<style>
a { background-color: #966D10; }
a { background-color: rgb(150,109,16); }
div.DivClassName
{
background-color: #966D10;
}
.BgClassName
{
background-color: #966D10;
}
</style>
border-color css
<style>
span { border-color: #966D10; }
span { border-color: rgb(150,109,16); }
td.TdClassName
{
border-color: #966D10;
}
.TagClassName
{
border-color: #966D10;
}
</style>