Shades of Golden Brown #966D0B
Tints of Golden Brown #966D0B
RGB
CMYK
RGB Variations
Color information
#966D0B (or 0x966D0B) is known color: Golden Brown. HEX triplet: 96, 6D and 0B. RGB value is (150,109,11). Sum of RGB (Red+Green+Blue) = 150+109+11=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #966D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966D0B is #6992F4. Grayscale: #6E6E6E. Windows color (decimal): -6918901 or 748950. OLE color: 748950.
HSL color Cylindrical-coordinate representation of color #966D0B: hue angle of 42.3º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #966D0B is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 11 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.41 |
| HSL | 42.3º | 0.86% | 0.32% | - |
| HSV(B) | 42.3º | 0.93% | 0.59% | - |
| XYZ | 18.11 | 17.45 | 2.73 | - |
| YUV | 110.09 | 72.08 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 11 | 0 | 0.27 | 0.93 | 0.41 | 42.3 | 0.86 | 0.32 |
| Hex | 96 | 6D | B | 0 | 1B | 5D | 29 | 2A | 56 | 20 |
| Octal | 226 | 155 | 13 | 0 | 33 | 135 | 51 | 52 | 126 | 40 |
| Binary | 10010110 | 1101101 | 1011 | 0 | 11011 | 1011101 | 101001 | 101010 | 1010110 | 100000 |
Color Harmonies of #966D0B
Complementary color
Monochromatic Colors of #966D0B
Black with #966D0B
Text Example
Text Example
White with #966D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D0B; }
p { color: rgb(150,109,11); }
H1.HeaderClassName
{
color: #966D0B;
}
.AnyTagClassName
{
color: #966D0B;
}
</style>
background-color css
<style>
a { background-color: #966D0B; }
a { background-color: rgb(150,109,11); }
div.DivClassName
{
background-color: #966D0B;
}
.BgClassName
{
background-color: #966D0B;
}
</style>
border-color css
<style>
span { border-color: #966D0B; }
span { border-color: rgb(150,109,11); }
td.TdClassName
{
border-color: #966D0B;
}
.TagClassName
{
border-color: #966D0B;
}
</style>