Shades of Golden Brown #967511
Tints of Golden Brown #967511
RGB
CMYK
RGB Variations
Color information
#967511 (or 0x967511) is known color: Golden Brown. HEX triplet: 96, 75 and 11. RGB value is (150,117,17). Sum of RGB (Red+Green+Blue) = 150+117+17=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #967511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967511 is #698AEE. Grayscale: #737373. Windows color (decimal): -6916847 or 1144214. OLE color: 1144214.
HSL color Cylindrical-coordinate representation of color #967511: hue angle of 45.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #967511 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 17 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.41 |
| HSL | 45.11º | 0.8% | 0.33% | - |
| HSV(B) | 45.11º | 0.89% | 0.59% | - |
| XYZ | 19.04 | 19.25 | 3.24 | - |
| YUV | 115.47 | 72.43 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 17 | 0 | 0.22 | 0.89 | 0.41 | 45.11 | 0.8 | 0.33 |
| Hex | 96 | 75 | 11 | 0 | 16 | 59 | 29 | 2D | 50 | 21 |
| Octal | 226 | 165 | 21 | 0 | 26 | 131 | 51 | 55 | 120 | 41 |
| Binary | 10010110 | 1110101 | 10001 | 0 | 10110 | 1011001 | 101001 | 101101 | 1010000 | 100001 |
Color Harmonies of #967511
Complementary color
Monochromatic Colors of #967511
Black with #967511
Text Example
Text Example
White with #967511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967511; }
p { color: rgb(150,117,17); }
H1.HeaderClassName
{
color: #967511;
}
.AnyTagClassName
{
color: #967511;
}
</style>
background-color css
<style>
a { background-color: #967511; }
a { background-color: rgb(150,117,17); }
div.DivClassName
{
background-color: #967511;
}
.BgClassName
{
background-color: #967511;
}
</style>
border-color css
<style>
span { border-color: #967511; }
span { border-color: rgb(150,117,17); }
td.TdClassName
{
border-color: #967511;
}
.TagClassName
{
border-color: #967511;
}
</style>