Shades of Golden Brown #997700
Tints of Golden Brown #997700
RGB
CMYK
RGB Variations
Color information
#997700 (or 0x997700) is known color: Golden Brown. HEX triplet: 99, 77 and 00. RGB value is (153,119,0). Sum of RGB (Red+Green+Blue) = 153+119+0=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #997700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997700 is #6688FF. Grayscale: #747474. Windows color (decimal): -6719744 or 30617. OLE color: 30617.
HSL color Cylindrical-coordinate representation of color #997700: hue angle of 46.67º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #997700 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.4 |
| HSL | 46.67º | 1% | 0.3% | - |
| HSV(B) | 46.67º | 1% | 0.6% | - |
| XYZ | 19.73 | 19.97 | 2.81 | - |
| YUV | 115.6 | 62.76 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 0 | 0 | 0.22 | 1 | 0.4 | 46.67 | 1 | 0.3 |
| Hex | 99 | 77 | 0 | 0 | 16 | 64 | 28 | 2F | 64 | 1E |
| Octal | 231 | 167 | 0 | 0 | 26 | 144 | 50 | 57 | 144 | 36 |
| Binary | 10011001 | 1110111 | 0 | 0 | 10110 | 1100100 | 101000 | 101111 | 1100100 | 11110 |
Color Harmonies of #997700
Complementary color
Monochromatic Colors of #997700
Black with #997700
Text Example
Text Example
White with #997700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997700; }
p { color: rgb(153,119,0); }
H1.HeaderClassName
{
color: #997700;
}
.AnyTagClassName
{
color: #997700;
}
</style>
background-color css
<style>
a { background-color: #997700; }
a { background-color: rgb(153,119,0); }
div.DivClassName
{
background-color: #997700;
}
.BgClassName
{
background-color: #997700;
}
</style>
border-color css
<style>
span { border-color: #997700; }
span { border-color: rgb(153,119,0); }
td.TdClassName
{
border-color: #997700;
}
.TagClassName
{
border-color: #997700;
}
</style>