Shades of Golden Brown #965902
Tints of Golden Brown #965902
RGB
CMYK
RGB Variations
Color information
#965902 (or 0x965902) is known color: Golden Brown. HEX triplet: 96, 59 and 02. RGB value is (150,89,2). Sum of RGB (Red+Green+Blue) = 150+89+2=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #965902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965902 is #69A6FD. Grayscale: #616161. Windows color (decimal): -6924030 or 154006. OLE color: 154006.
HSL color Cylindrical-coordinate representation of color #965902: hue angle of 35.27º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #965902 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.41 |
| HSL | 35.27º | 0.97% | 0.3% | - |
| HSV(B) | 35.27º | 0.99% | 0.59% | - |
| XYZ | 16.16 | 13.63 | 1.84 | - |
| YUV | 97.32 | 74.21 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 2 | 0 | 0.41 | 0.99 | 0.41 | 35.27 | 0.97 | 0.3 |
| Hex | 96 | 59 | 2 | 0 | 29 | 63 | 29 | 23 | 61 | 1E |
| Octal | 226 | 131 | 2 | 0 | 51 | 143 | 51 | 43 | 141 | 36 |
| Binary | 10010110 | 1011001 | 10 | 0 | 101001 | 1100011 | 101001 | 100011 | 1100001 | 11110 |
Color Harmonies of #965902
Complementary color
Monochromatic Colors of #965902
Black with #965902
Text Example
Text Example
White with #965902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965902; }
p { color: rgb(150,89,2); }
H1.HeaderClassName
{
color: #965902;
}
.AnyTagClassName
{
color: #965902;
}
</style>
background-color css
<style>
a { background-color: #965902; }
a { background-color: rgb(150,89,2); }
div.DivClassName
{
background-color: #965902;
}
.BgClassName
{
background-color: #965902;
}
</style>
border-color css
<style>
span { border-color: #965902; }
span { border-color: rgb(150,89,2); }
td.TdClassName
{
border-color: #965902;
}
.TagClassName
{
border-color: #965902;
}
</style>