Shades of Golden Brown #997706
Tints of Golden Brown #997706
RGB
CMYK
RGB Variations
Color information
#997706 (or 0x997706) is known color: Golden Brown. HEX triplet: 99, 77 and 06. RGB value is (153,119,6). Sum of RGB (Red+Green+Blue) = 153+119+6=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #997706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997706 is #6688F9. Grayscale: #747474. Windows color (decimal): -6719738 or 423833. OLE color: 423833.
HSL color Cylindrical-coordinate representation of color #997706: hue angle of 46.12º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #997706 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 6 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.4 |
| HSL | 46.12º | 0.92% | 0.31% | - |
| HSV(B) | 46.12º | 0.96% | 0.6% | - |
| XYZ | 19.77 | 19.98 | 2.99 | - |
| YUV | 116.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 6 | 0 | 0.22 | 0.96 | 0.4 | 46.12 | 0.92 | 0.31 |
| Hex | 99 | 77 | 6 | 0 | 16 | 60 | 28 | 2E | 5C | 1F |
| Octal | 231 | 167 | 6 | 0 | 26 | 140 | 50 | 56 | 134 | 37 |
| Binary | 10011001 | 1110111 | 110 | 0 | 10110 | 1100000 | 101000 | 101110 | 1011100 | 11111 |
Color Harmonies of #997706
Complementary color
Monochromatic Colors of #997706
Black with #997706
Text Example
Text Example
White with #997706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997706; }
p { color: rgb(153,119,6); }
H1.HeaderClassName
{
color: #997706;
}
.AnyTagClassName
{
color: #997706;
}
</style>
background-color css
<style>
a { background-color: #997706; }
a { background-color: rgb(153,119,6); }
div.DivClassName
{
background-color: #997706;
}
.BgClassName
{
background-color: #997706;
}
</style>
border-color css
<style>
span { border-color: #997706; }
span { border-color: rgb(153,119,6); }
td.TdClassName
{
border-color: #997706;
}
.TagClassName
{
border-color: #997706;
}
</style>