Shades of Golden Brown #967510
Tints of Golden Brown #967510
RGB
CMYK
RGB Variations
Color information
#967510 (or 0x967510) is known color: Golden Brown. HEX triplet: 96, 75 and 10. RGB value is (150,117,16). Sum of RGB (Red+Green+Blue) = 150+117+16=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #967510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967510 is #698AEF. Grayscale: #737373. Windows color (decimal): -6916848 or 1078678. OLE color: 1078678.
HSL color Cylindrical-coordinate representation of color #967510: hue angle of 45.22º degrees, saturation: 0.81, 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 #967510 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 16 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.41 |
| HSL | 45.22º | 0.81% | 0.33% | - |
| HSV(B) | 45.22º | 0.89% | 0.59% | - |
| XYZ | 19.03 | 19.24 | 3.2 | - |
| YUV | 115.35 | 71.93 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 16 | 0 | 0.22 | 0.89 | 0.41 | 45.22 | 0.81 | 0.33 |
| Hex | 96 | 75 | 10 | 0 | 16 | 59 | 29 | 2D | 51 | 21 |
| Octal | 226 | 165 | 20 | 0 | 26 | 131 | 51 | 55 | 121 | 41 |
| Binary | 10010110 | 1110101 | 10000 | 0 | 10110 | 1011001 | 101001 | 101101 | 1010001 | 100001 |
Color Harmonies of #967510
Complementary color
Monochromatic Colors of #967510
Black with #967510
Text Example
Text Example
White with #967510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967510; }
p { color: rgb(150,117,16); }
H1.HeaderClassName
{
color: #967510;
}
.AnyTagClassName
{
color: #967510;
}
</style>
background-color css
<style>
a { background-color: #967510; }
a { background-color: rgb(150,117,16); }
div.DivClassName
{
background-color: #967510;
}
.BgClassName
{
background-color: #967510;
}
</style>
border-color css
<style>
span { border-color: #967510; }
span { border-color: rgb(150,117,16); }
td.TdClassName
{
border-color: #967510;
}
.TagClassName
{
border-color: #967510;
}
</style>