Shades of Golden Brown #966A20
Tints of Golden Brown #966A20
RGB
CMYK
RGB Variations
Color information
#966A20 (or 0x966A20) is known color: Golden Brown. HEX triplet: 96, 6A and 20. RGB value is (150,106,32). Sum of RGB (Red+Green+Blue) = 150+106+32=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #966A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A20 is #6995DF. Grayscale: #6F6F6F. Windows color (decimal): -6919648 or 2124438. OLE color: 2124438.
HSL color Cylindrical-coordinate representation of color #966A20: hue angle of 37.63º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #966A20 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 32 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.41 |
| HSL | 37.63º | 0.65% | 0.36% | - |
| HSV(B) | 37.63º | 0.79% | 0.59% | - |
| XYZ | 17.99 | 16.9 | 3.68 | - |
| YUV | 110.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 32 | 0 | 0.29 | 0.79 | 0.41 | 37.63 | 0.65 | 0.36 |
| Hex | 96 | 6A | 20 | 0 | 1D | 4F | 29 | 26 | 41 | 24 |
| Octal | 226 | 152 | 40 | 0 | 35 | 117 | 51 | 46 | 101 | 44 |
| Binary | 10010110 | 1101010 | 100000 | 0 | 11101 | 1001111 | 101001 | 100110 | 1000001 | 100100 |
Color Harmonies of #966A20
Complementary color
Monochromatic Colors of #966A20
Black with #966A20
Text Example
Text Example
White with #966A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A20; }
p { color: rgb(150,106,32); }
H1.HeaderClassName
{
color: #966A20;
}
.AnyTagClassName
{
color: #966A20;
}
</style>
background-color css
<style>
a { background-color: #966A20; }
a { background-color: rgb(150,106,32); }
div.DivClassName
{
background-color: #966A20;
}
.BgClassName
{
background-color: #966A20;
}
</style>
border-color css
<style>
span { border-color: #966A20; }
span { border-color: rgb(150,106,32); }
td.TdClassName
{
border-color: #966A20;
}
.TagClassName
{
border-color: #966A20;
}
</style>