Shades of Golden Brown #997600
Tints of Golden Brown #997600
RGB
CMYK
RGB Variations
Color information
#997600 (or 0x997600) is known color: Golden Brown. HEX triplet: 99, 76 and 00. RGB value is (153,118,0). Sum of RGB (Red+Green+Blue) = 153+118+0=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #997600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997600 is #6689FF. Grayscale: #737373. Windows color (decimal): -6720000 or 30361. OLE color: 30361.
HSL color Cylindrical-coordinate representation of color #997600: hue angle of 46.27º 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 #997600 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.4 |
| HSL | 46.27º | 1% | 0.3% | - |
| HSV(B) | 46.27º | 1% | 0.6% | - |
| XYZ | 19.62 | 19.73 | 2.77 | - |
| YUV | 115.01 | 63.1 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 0 | 0 | 0.23 | 1 | 0.4 | 46.27 | 1 | 0.3 |
| Hex | 99 | 76 | 0 | 0 | 17 | 64 | 28 | 2E | 64 | 1E |
| Octal | 231 | 166 | 0 | 0 | 27 | 144 | 50 | 56 | 144 | 36 |
| Binary | 10011001 | 1110110 | 0 | 0 | 10111 | 1100100 | 101000 | 101110 | 1100100 | 11110 |
Color Harmonies of #997600
Complementary color
Monochromatic Colors of #997600
Black with #997600
Text Example
Text Example
White with #997600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997600; }
p { color: rgb(153,118,0); }
H1.HeaderClassName
{
color: #997600;
}
.AnyTagClassName
{
color: #997600;
}
</style>
background-color css
<style>
a { background-color: #997600; }
a { background-color: rgb(153,118,0); }
div.DivClassName
{
background-color: #997600;
}
.BgClassName
{
background-color: #997600;
}
</style>
border-color css
<style>
span { border-color: #997600; }
span { border-color: rgb(153,118,0); }
td.TdClassName
{
border-color: #997600;
}
.TagClassName
{
border-color: #997600;
}
</style>