Shades of Golden Brown #966A03
Tints of Golden Brown #966A03
RGB
CMYK
RGB Variations
Color information
#966A03 (or 0x966A03) is known color: Golden Brown. HEX triplet: 96, 6A and 03. RGB value is (150,106,3). Sum of RGB (Red+Green+Blue) = 150+106+3=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #966A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966A03 is #6995FC. Grayscale: #6B6B6B. Windows color (decimal): -6919677 or 223894. OLE color: 223894.
HSL color Cylindrical-coordinate representation of color #966A03: hue angle of 42.04º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #966A03 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 3 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.41 |
| HSL | 42.04º | 0.96% | 0.3% | - |
| HSV(B) | 42.04º | 0.98% | 0.59% | - |
| XYZ | 17.75 | 16.8 | 2.39 | - |
| YUV | 107.41 | 69.08 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 3 | 0 | 0.29 | 0.98 | 0.41 | 42.04 | 0.96 | 0.3 |
| Hex | 96 | 6A | 3 | 0 | 1D | 62 | 29 | 2A | 60 | 1E |
| Octal | 226 | 152 | 3 | 0 | 35 | 142 | 51 | 52 | 140 | 36 |
| Binary | 10010110 | 1101010 | 11 | 0 | 11101 | 1100010 | 101001 | 101010 | 1100000 | 11110 |
Color Harmonies of #966A03
Complementary color
Monochromatic Colors of #966A03
Black with #966A03
Text Example
Text Example
White with #966A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A03; }
p { color: rgb(150,106,3); }
H1.HeaderClassName
{
color: #966A03;
}
.AnyTagClassName
{
color: #966A03;
}
</style>
background-color css
<style>
a { background-color: #966A03; }
a { background-color: rgb(150,106,3); }
div.DivClassName
{
background-color: #966A03;
}
.BgClassName
{
background-color: #966A03;
}
</style>
border-color css
<style>
span { border-color: #966A03; }
span { border-color: rgb(150,106,3); }
td.TdClassName
{
border-color: #966A03;
}
.TagClassName
{
border-color: #966A03;
}
</style>