Shades of Golden Brown #966D14
Tints of Golden Brown #966D14
RGB
CMYK
RGB Variations
Color information
#966D14 (or 0x966D14) is known color: Golden Brown. HEX triplet: 96, 6D and 14. RGB value is (150,109,20). Sum of RGB (Red+Green+Blue) = 150+109+20=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #966D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966D14 is #6992EB. Grayscale: #6F6F6F. Windows color (decimal): -6918892 or 1338774. OLE color: 1338774.
HSL color Cylindrical-coordinate representation of color #966D14: hue angle of 41.08º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #966D14 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 20 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.41 |
| HSL | 41.08º | 0.76% | 0.33% | - |
| HSV(B) | 41.08º | 0.87% | 0.59% | - |
| XYZ | 18.17 | 17.47 | 3.08 | - |
| YUV | 111.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 20 | 0 | 0.27 | 0.87 | 0.41 | 41.08 | 0.76 | 0.33 |
| Hex | 96 | 6D | 14 | 0 | 1B | 57 | 29 | 29 | 4C | 21 |
| Octal | 226 | 155 | 24 | 0 | 33 | 127 | 51 | 51 | 114 | 41 |
| Binary | 10010110 | 1101101 | 10100 | 0 | 11011 | 1010111 | 101001 | 101001 | 1001100 | 100001 |
Color Harmonies of #966D14
Complementary color
Monochromatic Colors of #966D14
Black with #966D14
Text Example
Text Example
White with #966D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D14; }
p { color: rgb(150,109,20); }
H1.HeaderClassName
{
color: #966D14;
}
.AnyTagClassName
{
color: #966D14;
}
</style>
background-color css
<style>
a { background-color: #966D14; }
a { background-color: rgb(150,109,20); }
div.DivClassName
{
background-color: #966D14;
}
.BgClassName
{
background-color: #966D14;
}
</style>
border-color css
<style>
span { border-color: #966D14; }
span { border-color: rgb(150,109,20); }
td.TdClassName
{
border-color: #966D14;
}
.TagClassName
{
border-color: #966D14;
}
</style>