Shades of Golden Brown #965F09
Tints of Golden Brown #965F09
RGB
CMYK
RGB Variations
Color information
#965F09 (or 0x965F09) is known color: Golden Brown. HEX triplet: 96, 5F and 09. RGB value is (150,95,9). Sum of RGB (Red+Green+Blue) = 150+95+9=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #965F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965F09 is #69A0F6. Grayscale: #666666. Windows color (decimal): -6922487 or 614294. OLE color: 614294.
HSL color Cylindrical-coordinate representation of color #965F09: hue angle of 36.6º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #965F09 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 9 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.41 |
| HSL | 36.6º | 0.89% | 0.31% | - |
| HSV(B) | 36.6º | 0.94% | 0.59% | - |
| XYZ | 16.72 | 14.69 | 2.21 | - |
| YUV | 101.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 9 | 0 | 0.37 | 0.94 | 0.41 | 36.6 | 0.89 | 0.31 |
| Hex | 96 | 5F | 9 | 0 | 25 | 5E | 29 | 25 | 59 | 1F |
| Octal | 226 | 137 | 11 | 0 | 45 | 136 | 51 | 45 | 131 | 37 |
| Binary | 10010110 | 1011111 | 1001 | 0 | 100101 | 1011110 | 101001 | 100101 | 1011001 | 11111 |
Color Harmonies of #965F09
Complementary color
Monochromatic Colors of #965F09
Black with #965F09
Text Example
Text Example
White with #965F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F09; }
p { color: rgb(150,95,9); }
H1.HeaderClassName
{
color: #965F09;
}
.AnyTagClassName
{
color: #965F09;
}
</style>
background-color css
<style>
a { background-color: #965F09; }
a { background-color: rgb(150,95,9); }
div.DivClassName
{
background-color: #965F09;
}
.BgClassName
{
background-color: #965F09;
}
</style>
border-color css
<style>
span { border-color: #965F09; }
span { border-color: rgb(150,95,9); }
td.TdClassName
{
border-color: #965F09;
}
.TagClassName
{
border-color: #965F09;
}
</style>