Shades of Golden Brown #966903
Tints of Golden Brown #966903
RGB
CMYK
RGB Variations
Color information
#966903 (or 0x966903) is known color: Golden Brown. HEX triplet: 96, 69 and 03. RGB value is (150,105,3). Sum of RGB (Red+Green+Blue) = 150+105+3=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #966903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966903 is #6996FC. Grayscale: #6B6B6B. Windows color (decimal): -6919933 or 223638. OLE color: 223638.
HSL color Cylindrical-coordinate representation of color #966903: hue angle of 41.63º 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 #966903 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 3 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.41 |
| HSL | 41.63º | 0.96% | 0.3% | - |
| HSV(B) | 41.63º | 0.98% | 0.59% | - |
| XYZ | 17.65 | 16.59 | 2.36 | - |
| YUV | 106.83 | 69.41 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 3 | 0 | 0.30 | 0.98 | 0.41 | 41.63 | 0.96 | 0.3 |
| Hex | 96 | 69 | 3 | 0 | 1E | 62 | 29 | 2A | 60 | 1E |
| Octal | 226 | 151 | 3 | 0 | 36 | 142 | 51 | 52 | 140 | 36 |
| Binary | 10010110 | 1101001 | 11 | 0 | 11110 | 1100010 | 101001 | 101010 | 1100000 | 11110 |
Color Harmonies of #966903
Complementary color
Monochromatic Colors of #966903
Black with #966903
Text Example
Text Example
White with #966903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966903; }
p { color: rgb(150,105,3); }
H1.HeaderClassName
{
color: #966903;
}
.AnyTagClassName
{
color: #966903;
}
</style>
background-color css
<style>
a { background-color: #966903; }
a { background-color: rgb(150,105,3); }
div.DivClassName
{
background-color: #966903;
}
.BgClassName
{
background-color: #966903;
}
</style>
border-color css
<style>
span { border-color: #966903; }
span { border-color: rgb(150,105,3); }
td.TdClassName
{
border-color: #966903;
}
.TagClassName
{
border-color: #966903;
}
</style>