Shades of Golden Brown #966C11
Tints of Golden Brown #966C11
RGB
CMYK
RGB Variations
Color information
#966C11 (or 0x966C11) is known color: Golden Brown. HEX triplet: 96, 6C and 11. RGB value is (150,108,17). Sum of RGB (Red+Green+Blue) = 150+108+17=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #966C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966C11 is #6993EE. Grayscale: #6E6E6E. Windows color (decimal): -6919151 or 1141910. OLE color: 1141910.
HSL color Cylindrical-coordinate representation of color #966C11: hue angle of 41.05º degrees, saturation: 0.8, 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 #966C11 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 108 | 17 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.41 |
| HSL | 41.05º | 0.8% | 0.33% | - |
| HSV(B) | 41.05º | 0.89% | 0.59% | - |
| XYZ | 18.04 | 17.25 | 2.91 | - |
| YUV | 110.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 17 | 0 | 0.28 | 0.89 | 0.41 | 41.05 | 0.8 | 0.33 |
| Hex | 96 | 6C | 11 | 0 | 1C | 59 | 29 | 29 | 50 | 21 |
| Octal | 226 | 154 | 21 | 0 | 34 | 131 | 51 | 51 | 120 | 41 |
| Binary | 10010110 | 1101100 | 10001 | 0 | 11100 | 1011001 | 101001 | 101001 | 1010000 | 100001 |
Color Harmonies of #966C11
Complementary color
Monochromatic Colors of #966C11
Black with #966C11
Text Example
Text Example
White with #966C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966C11; }
p { color: rgb(150,108,17); }
H1.HeaderClassName
{
color: #966C11;
}
.AnyTagClassName
{
color: #966C11;
}
</style>
background-color css
<style>
a { background-color: #966C11; }
a { background-color: rgb(150,108,17); }
div.DivClassName
{
background-color: #966C11;
}
.BgClassName
{
background-color: #966C11;
}
</style>
border-color css
<style>
span { border-color: #966C11; }
span { border-color: rgb(150,108,17); }
td.TdClassName
{
border-color: #966C11;
}
.TagClassName
{
border-color: #966C11;
}
</style>