Shades of Golden Brown #966211
Tints of Golden Brown #966211
RGB
CMYK
RGB Variations
Color information
#966211 (or 0x966211) is known color: Golden Brown. HEX triplet: 96, 62 and 11. RGB value is (150,98,17). Sum of RGB (Red+Green+Blue) = 150+98+17=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #966211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966211 is #699DEE. Grayscale: #686868. Windows color (decimal): -6921711 or 1139350. OLE color: 1139350.
HSL color Cylindrical-coordinate representation of color #966211: hue angle of 36.54º 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 #966211 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 17 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.41 |
| HSL | 36.54º | 0.8% | 0.33% | - |
| HSV(B) | 36.54º | 0.89% | 0.59% | - |
| XYZ | 17.05 | 15.26 | 2.58 | - |
| YUV | 104.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 17 | 0 | 0.35 | 0.89 | 0.41 | 36.54 | 0.8 | 0.33 |
| Hex | 96 | 62 | 11 | 0 | 23 | 59 | 29 | 25 | 50 | 21 |
| Octal | 226 | 142 | 21 | 0 | 43 | 131 | 51 | 45 | 120 | 41 |
| Binary | 10010110 | 1100010 | 10001 | 0 | 100011 | 1011001 | 101001 | 100101 | 1010000 | 100001 |
Color Harmonies of #966211
Complementary color
Monochromatic Colors of #966211
Black with #966211
Text Example
Text Example
White with #966211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966211; }
p { color: rgb(150,98,17); }
H1.HeaderClassName
{
color: #966211;
}
.AnyTagClassName
{
color: #966211;
}
</style>
background-color css
<style>
a { background-color: #966211; }
a { background-color: rgb(150,98,17); }
div.DivClassName
{
background-color: #966211;
}
.BgClassName
{
background-color: #966211;
}
</style>
border-color css
<style>
span { border-color: #966211; }
span { border-color: rgb(150,98,17); }
td.TdClassName
{
border-color: #966211;
}
.TagClassName
{
border-color: #966211;
}
</style>