Shades of Golden Brown #965F04
Tints of Golden Brown #965F04
RGB
CMYK
RGB Variations
Color information
#965F04 (or 0x965F04) is known color: Golden Brown. HEX triplet: 96, 5F and 04. RGB value is (150,95,4). Sum of RGB (Red+Green+Blue) = 150+95+4=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #965F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965F04 is #69A0FB. Grayscale: #656565. Windows color (decimal): -6922492 or 286614. OLE color: 286614.
HSL color Cylindrical-coordinate representation of color #965F04: hue angle of 37.4º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #965F04 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 4 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.41 |
| HSL | 37.4º | 0.95% | 0.3% | - |
| HSV(B) | 37.4º | 0.97% | 0.59% | - |
| XYZ | 16.69 | 14.68 | 2.07 | - |
| YUV | 101.07 | 73.22 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 4 | 0 | 0.37 | 0.97 | 0.41 | 37.4 | 0.95 | 0.3 |
| Hex | 96 | 5F | 4 | 0 | 25 | 61 | 29 | 25 | 5F | 1E |
| Octal | 226 | 137 | 4 | 0 | 45 | 141 | 51 | 45 | 137 | 36 |
| Binary | 10010110 | 1011111 | 100 | 0 | 100101 | 1100001 | 101001 | 100101 | 1011111 | 11110 |
Color Harmonies of #965F04
Complementary color
Monochromatic Colors of #965F04
Black with #965F04
Text Example
Text Example
White with #965F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F04; }
p { color: rgb(150,95,4); }
H1.HeaderClassName
{
color: #965F04;
}
.AnyTagClassName
{
color: #965F04;
}
</style>
background-color css
<style>
a { background-color: #965F04; }
a { background-color: rgb(150,95,4); }
div.DivClassName
{
background-color: #965F04;
}
.BgClassName
{
background-color: #965F04;
}
</style>
border-color css
<style>
span { border-color: #965F04; }
span { border-color: rgb(150,95,4); }
td.TdClassName
{
border-color: #965F04;
}
.TagClassName
{
border-color: #965F04;
}
</style>