Shades of Golden Brown #966F05
Tints of Golden Brown #966F05
RGB
CMYK
RGB Variations
Color information
#966F05 (or 0x966F05) is known color: Golden Brown. HEX triplet: 96, 6F and 05. RGB value is (150,111,5). Sum of RGB (Red+Green+Blue) = 150+111+5=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #966F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F05 is #6990FA. Grayscale: #6F6F6F. Windows color (decimal): -6918395 or 356246. OLE color: 356246.
HSL color Cylindrical-coordinate representation of color #966F05: hue angle of 43.86º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #966F05 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 5 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.41 |
| HSL | 43.86º | 0.94% | 0.3% | - |
| HSV(B) | 43.86º | 0.97% | 0.59% | - |
| XYZ | 18.29 | 17.86 | 2.63 | - |
| YUV | 110.58 | 68.42 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 5 | 0 | 0.26 | 0.97 | 0.41 | 43.86 | 0.94 | 0.3 |
| Hex | 96 | 6F | 5 | 0 | 1A | 61 | 29 | 2C | 5E | 1E |
| Octal | 226 | 157 | 5 | 0 | 32 | 141 | 51 | 54 | 136 | 36 |
| Binary | 10010110 | 1101111 | 101 | 0 | 11010 | 1100001 | 101001 | 101100 | 1011110 | 11110 |
Color Harmonies of #966F05
Complementary color
Monochromatic Colors of #966F05
Black with #966F05
Text Example
Text Example
White with #966F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F05; }
p { color: rgb(150,111,5); }
H1.HeaderClassName
{
color: #966F05;
}
.AnyTagClassName
{
color: #966F05;
}
</style>
background-color css
<style>
a { background-color: #966F05; }
a { background-color: rgb(150,111,5); }
div.DivClassName
{
background-color: #966F05;
}
.BgClassName
{
background-color: #966F05;
}
</style>
border-color css
<style>
span { border-color: #966F05; }
span { border-color: rgb(150,111,5); }
td.TdClassName
{
border-color: #966F05;
}
.TagClassName
{
border-color: #966F05;
}
</style>