Shades of Golden Brown #965909
Tints of Golden Brown #965909
RGB
CMYK
RGB Variations
Color information
#965909 (or 0x965909) is known color: Golden Brown. HEX triplet: 96, 59 and 09. RGB value is (150,89,9). Sum of RGB (Red+Green+Blue) = 150+89+9=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #965909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965909 is #69A6F6. Grayscale: #626262. Windows color (decimal): -6924023 or 612758. OLE color: 612758.
HSL color Cylindrical-coordinate representation of color #965909: hue angle of 34.04º 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 #965909 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 9 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.41 |
| HSL | 34.04º | 0.89% | 0.31% | - |
| HSV(B) | 34.04º | 0.94% | 0.59% | - |
| XYZ | 16.2 | 13.65 | 2.04 | - |
| YUV | 98.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 9 | 0 | 0.41 | 0.94 | 0.41 | 34.04 | 0.89 | 0.31 |
| Hex | 96 | 59 | 9 | 0 | 29 | 5E | 29 | 22 | 59 | 1F |
| Octal | 226 | 131 | 11 | 0 | 51 | 136 | 51 | 42 | 131 | 37 |
| Binary | 10010110 | 1011001 | 1001 | 0 | 101001 | 1011110 | 101001 | 100010 | 1011001 | 11111 |
Color Harmonies of #965909
Complementary color
Monochromatic Colors of #965909
Black with #965909
Text Example
Text Example
White with #965909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965909; }
p { color: rgb(150,89,9); }
H1.HeaderClassName
{
color: #965909;
}
.AnyTagClassName
{
color: #965909;
}
</style>
background-color css
<style>
a { background-color: #965909; }
a { background-color: rgb(150,89,9); }
div.DivClassName
{
background-color: #965909;
}
.BgClassName
{
background-color: #965909;
}
</style>
border-color css
<style>
span { border-color: #965909; }
span { border-color: rgb(150,89,9); }
td.TdClassName
{
border-color: #965909;
}
.TagClassName
{
border-color: #965909;
}
</style>