Shades of Golden Brown #96730F
Tints of Golden Brown #96730F
RGB
CMYK
RGB Variations
Color information
#96730F (or 0x96730F) is known color: Golden Brown. HEX triplet: 96, 73 and 0F. RGB value is (150,115,15). Sum of RGB (Red+Green+Blue) = 150+115+15=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96730F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96730F is #698CF0. Grayscale: #727272. Windows color (decimal): -6917361 or 1012630. OLE color: 1012630.
HSL color Cylindrical-coordinate representation of color #96730F: hue angle of 44.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96730F is Cyan = 0, Magento = 0.23, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 15 | - |
| CMYK | 0 | 0.23 | 0.9 | 0.41 |
| HSL | 44.44º | 0.82% | 0.32% | - |
| HSV(B) | 44.44º | 0.9% | 0.59% | - |
| XYZ | 18.79 | 18.78 | 3.09 | - |
| YUV | 114.07 | 72.1 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 15 | 0 | 0.23 | 0.9 | 0.41 | 44.44 | 0.82 | 0.32 |
| Hex | 96 | 73 | F | 0 | 17 | 5A | 29 | 2C | 52 | 20 |
| Octal | 226 | 163 | 17 | 0 | 27 | 132 | 51 | 54 | 122 | 40 |
| Binary | 10010110 | 1110011 | 1111 | 0 | 10111 | 1011010 | 101001 | 101100 | 1010010 | 100000 |
Color Harmonies of #96730F
Complementary color
Monochromatic Colors of #96730F
Black with #96730F
Text Example
Text Example
White with #96730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96730F; }
p { color: rgb(150,115,15); }
H1.HeaderClassName
{
color: #96730F;
}
.AnyTagClassName
{
color: #96730F;
}
</style>
background-color css
<style>
a { background-color: #96730F; }
a { background-color: rgb(150,115,15); }
div.DivClassName
{
background-color: #96730F;
}
.BgClassName
{
background-color: #96730F;
}
</style>
border-color css
<style>
span { border-color: #96730F; }
span { border-color: rgb(150,115,15); }
td.TdClassName
{
border-color: #96730F;
}
.TagClassName
{
border-color: #96730F;
}
</style>