Shades of Golden Brown #966F14
Tints of Golden Brown #966F14
RGB
CMYK
RGB Variations
Color information
#966F14 (or 0x966F14) is known color: Golden Brown. HEX triplet: 96, 6F and 14. RGB value is (150,111,20). Sum of RGB (Red+Green+Blue) = 150+111+20=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #966F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F14 is #6990EB. Grayscale: #707070. Windows color (decimal): -6918380 or 1339286. OLE color: 1339286.
HSL color Cylindrical-coordinate representation of color #966F14: hue angle of 42º 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 #966F14 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 20 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.41 |
| HSL | 42º | 0.76% | 0.33% | - |
| HSV(B) | 42º | 0.87% | 0.59% | - |
| XYZ | 18.39 | 17.9 | 3.15 | - |
| YUV | 112.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 20 | 0 | 0.26 | 0.87 | 0.41 | 42 | 0.76 | 0.33 |
| Hex | 96 | 6F | 14 | 0 | 1A | 57 | 29 | 2A | 4C | 21 |
| Octal | 226 | 157 | 24 | 0 | 32 | 127 | 51 | 52 | 114 | 41 |
| Binary | 10010110 | 1101111 | 10100 | 0 | 11010 | 1010111 | 101001 | 101010 | 1001100 | 100001 |
Color Harmonies of #966F14
Complementary color
Monochromatic Colors of #966F14
Black with #966F14
Text Example
Text Example
White with #966F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F14; }
p { color: rgb(150,111,20); }
H1.HeaderClassName
{
color: #966F14;
}
.AnyTagClassName
{
color: #966F14;
}
</style>
background-color css
<style>
a { background-color: #966F14; }
a { background-color: rgb(150,111,20); }
div.DivClassName
{
background-color: #966F14;
}
.BgClassName
{
background-color: #966F14;
}
</style>
border-color css
<style>
span { border-color: #966F14; }
span { border-color: rgb(150,111,20); }
td.TdClassName
{
border-color: #966F14;
}
.TagClassName
{
border-color: #966F14;
}
</style>