Shades of Golden Brown #96740B
Tints of Golden Brown #96740B
RGB
CMYK
RGB Variations
Color information
#96740B (or 0x96740B) is known color: Golden Brown. HEX triplet: 96, 74 and 0B. RGB value is (150,116,11). Sum of RGB (Red+Green+Blue) = 150+116+11=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96740B is #698BF4. Grayscale: #727272. Windows color (decimal): -6917109 or 750742. OLE color: 750742.
HSL color Cylindrical-coordinate representation of color #96740B: hue angle of 45.32º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96740B is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 116 | 11 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.41 |
| HSL | 45.32º | 0.86% | 0.32% | - |
| HSV(B) | 45.32º | 0.93% | 0.59% | - |
| XYZ | 18.88 | 19 | 2.99 | - |
| YUV | 114.2 | 69.76 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 11 | 0 | 0.23 | 0.93 | 0.41 | 45.32 | 0.86 | 0.32 |
| Hex | 96 | 74 | B | 0 | 17 | 5D | 29 | 2D | 56 | 20 |
| Octal | 226 | 164 | 13 | 0 | 27 | 135 | 51 | 55 | 126 | 40 |
| Binary | 10010110 | 1110100 | 1011 | 0 | 10111 | 1011101 | 101001 | 101101 | 1010110 | 100000 |
Color Harmonies of #96740B
Complementary color
Monochromatic Colors of #96740B
Black with #96740B
Text Example
Text Example
White with #96740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96740B; }
p { color: rgb(150,116,11); }
H1.HeaderClassName
{
color: #96740B;
}
.AnyTagClassName
{
color: #96740B;
}
</style>
background-color css
<style>
a { background-color: #96740B; }
a { background-color: rgb(150,116,11); }
div.DivClassName
{
background-color: #96740B;
}
.BgClassName
{
background-color: #96740B;
}
</style>
border-color css
<style>
span { border-color: #96740B; }
span { border-color: rgb(150,116,11); }
td.TdClassName
{
border-color: #96740B;
}
.TagClassName
{
border-color: #96740B;
}
</style>