Shades of Golden Brown #966B11
Tints of Golden Brown #966B11
RGB
CMYK
RGB Variations
Color information
#966B11 (or 0x966B11) is known color: Golden Brown. HEX triplet: 96, 6B and 11. RGB value is (150,107,17). Sum of RGB (Red+Green+Blue) = 150+107+17=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #966B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966B11 is #6994EE. Grayscale: #6E6E6E. Windows color (decimal): -6919407 or 1141654. OLE color: 1141654.
HSL color Cylindrical-coordinate representation of color #966B11: hue angle of 40.6º 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 #966B11 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 17 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.41 |
| HSL | 40.6º | 0.8% | 0.33% | - |
| HSV(B) | 40.6º | 0.89% | 0.59% | - |
| XYZ | 17.94 | 17.04 | 2.87 | - |
| YUV | 109.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 17 | 0 | 0.29 | 0.89 | 0.41 | 40.6 | 0.8 | 0.33 |
| Hex | 96 | 6B | 11 | 0 | 1D | 59 | 29 | 29 | 50 | 21 |
| Octal | 226 | 153 | 21 | 0 | 35 | 131 | 51 | 51 | 120 | 41 |
| Binary | 10010110 | 1101011 | 10001 | 0 | 11101 | 1011001 | 101001 | 101001 | 1010000 | 100001 |
Color Harmonies of #966B11
Complementary color
Monochromatic Colors of #966B11
Black with #966B11
Text Example
Text Example
White with #966B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B11; }
p { color: rgb(150,107,17); }
H1.HeaderClassName
{
color: #966B11;
}
.AnyTagClassName
{
color: #966B11;
}
</style>
background-color css
<style>
a { background-color: #966B11; }
a { background-color: rgb(150,107,17); }
div.DivClassName
{
background-color: #966B11;
}
.BgClassName
{
background-color: #966B11;
}
</style>
border-color css
<style>
span { border-color: #966B11; }
span { border-color: rgb(150,107,17); }
td.TdClassName
{
border-color: #966B11;
}
.TagClassName
{
border-color: #966B11;
}
</style>