Shades of Golden Brown #997607
Tints of Golden Brown #997607
RGB
CMYK
RGB Variations
Color information
#997607 (or 0x997607) is known color: Golden Brown. HEX triplet: 99, 76 and 07. RGB value is (153,118,7). Sum of RGB (Red+Green+Blue) = 153+118+7=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #997607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997607 is #6689F8. Grayscale: #747474. Windows color (decimal): -6719993 or 489113. OLE color: 489113.
HSL color Cylindrical-coordinate representation of color #997607: hue angle of 45.62º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #997607 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 7 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.4 |
| HSL | 45.62º | 0.91% | 0.31% | - |
| HSV(B) | 45.62º | 0.95% | 0.6% | - |
| XYZ | 19.65 | 19.74 | 2.98 | - |
| YUV | 115.81 | 66.6 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 7 | 0 | 0.23 | 0.95 | 0.4 | 45.62 | 0.91 | 0.31 |
| Hex | 99 | 76 | 7 | 0 | 17 | 5F | 28 | 2E | 5B | 1F |
| Octal | 231 | 166 | 7 | 0 | 27 | 137 | 50 | 56 | 133 | 37 |
| Binary | 10011001 | 1110110 | 111 | 0 | 10111 | 1011111 | 101000 | 101110 | 1011011 | 11111 |
Color Harmonies of #997607
Complementary color
Monochromatic Colors of #997607
Black with #997607
Text Example
Text Example
White with #997607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997607; }
p { color: rgb(153,118,7); }
H1.HeaderClassName
{
color: #997607;
}
.AnyTagClassName
{
color: #997607;
}
</style>
background-color css
<style>
a { background-color: #997607; }
a { background-color: rgb(153,118,7); }
div.DivClassName
{
background-color: #997607;
}
.BgClassName
{
background-color: #997607;
}
</style>
border-color css
<style>
span { border-color: #997607; }
span { border-color: rgb(153,118,7); }
td.TdClassName
{
border-color: #997607;
}
.TagClassName
{
border-color: #997607;
}
</style>