Shades of Golden Brown #965F02
Tints of Golden Brown #965F02
RGB
CMYK
RGB Variations
Color information
#965F02 (or 0x965F02) is known color: Golden Brown. HEX triplet: 96, 5F and 02. RGB value is (150,95,2). Sum of RGB (Red+Green+Blue) = 150+95+2=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #965F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965F02 is #69A0FD. Grayscale: #656565. Windows color (decimal): -6922494 or 155542. OLE color: 155542.
HSL color Cylindrical-coordinate representation of color #965F02: hue angle of 37.7º 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 #965F02 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.41 |
| HSL | 37.7º | 0.97% | 0.3% | - |
| HSV(B) | 37.7º | 0.99% | 0.59% | - |
| XYZ | 16.68 | 14.67 | 2.01 | - |
| YUV | 100.84 | 72.22 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 2 | 0 | 0.37 | 0.99 | 0.41 | 37.7 | 0.97 | 0.3 |
| Hex | 96 | 5F | 2 | 0 | 25 | 63 | 29 | 26 | 61 | 1E |
| Octal | 226 | 137 | 2 | 0 | 45 | 143 | 51 | 46 | 141 | 36 |
| Binary | 10010110 | 1011111 | 10 | 0 | 100101 | 1100011 | 101001 | 100110 | 1100001 | 11110 |
Color Harmonies of #965F02
Complementary color
Monochromatic Colors of #965F02
Black with #965F02
Text Example
Text Example
White with #965F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F02; }
p { color: rgb(150,95,2); }
H1.HeaderClassName
{
color: #965F02;
}
.AnyTagClassName
{
color: #965F02;
}
</style>
background-color css
<style>
a { background-color: #965F02; }
a { background-color: rgb(150,95,2); }
div.DivClassName
{
background-color: #965F02;
}
.BgClassName
{
background-color: #965F02;
}
</style>
border-color css
<style>
span { border-color: #965F02; }
span { border-color: rgb(150,95,2); }
td.TdClassName
{
border-color: #965F02;
}
.TagClassName
{
border-color: #965F02;
}
</style>