Shades of Golden Brown #967400
Tints of Golden Brown #967400
RGB
CMYK
RGB Variations
Color information
#967400 (or 0x967400) is known color: Golden Brown. HEX triplet: 96, 74 and 00. RGB value is (150,116,0). Sum of RGB (Red+Green+Blue) = 150+116+0=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #967400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967400 is #698BFF. Grayscale: #717171. Windows color (decimal): -6917120 or 29846. OLE color: 29846.
HSL color Cylindrical-coordinate representation of color #967400: hue angle of 46.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #967400 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 116 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.41 |
| HSL | 46.4º | 1% | 0.29% | - |
| HSV(B) | 46.4º | 1% | 0.59% | - |
| XYZ | 18.82 | 18.97 | 2.67 | - |
| YUV | 112.94 | 64.26 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 0 | 0 | 0.23 | 1 | 0.41 | 46.4 | 1 | 0.29 |
| Hex | 96 | 74 | 0 | 0 | 17 | 64 | 29 | 2E | 64 | 1D |
| Octal | 226 | 164 | 0 | 0 | 27 | 144 | 51 | 56 | 144 | 35 |
| Binary | 10010110 | 1110100 | 0 | 0 | 10111 | 1100100 | 101001 | 101110 | 1100100 | 11101 |
Color Harmonies of #967400
Complementary color
Monochromatic Colors of #967400
Black with #967400
Text Example
Text Example
White with #967400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967400; }
p { color: rgb(150,116,0); }
H1.HeaderClassName
{
color: #967400;
}
.AnyTagClassName
{
color: #967400;
}
</style>
background-color css
<style>
a { background-color: #967400; }
a { background-color: rgb(150,116,0); }
div.DivClassName
{
background-color: #967400;
}
.BgClassName
{
background-color: #967400;
}
</style>
border-color css
<style>
span { border-color: #967400; }
span { border-color: rgb(150,116,0); }
td.TdClassName
{
border-color: #967400;
}
.TagClassName
{
border-color: #967400;
}
</style>